Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 8 of 8) sorted by relevance

/nanopb-2.7.6/tests/regression/issue_256/
DSConscript2 # later array fields have non-zero value
/nanopb-2.7.6/tests/site_scons/platforms/stm32/
Dstm32_ram.ld106 * uncomment .zero.table section and,
109 .zero.table :
/nanopb-2.7.6/tests/any_type/google/protobuf/
Dduration.proto113 // of one second or more, a non-zero value for the `nanos` field must be
/nanopb-2.7.6/
Dpb_encode.c541 const pb_byte_t zero = 0; in pb_encode_ex() local
546 return pb_write(stream, &zero, 1); in pb_encode_ex()
DCHANGELOG.txt178 Fix network_server socket example with zero-length strings (#421)
/nanopb-2.7.6/docs/
Dmigration.md191 by a null byte, which is read as zero tag value. Most other protobuf
197 encounters zero tag value. A new function `pb_decode_ex()`
213 present only when their contents was non-zero. Most other protobuf
Dreference.md35 …ated maximum size for `bytes` and `string` fields. For strings, this includes the terminating zero.
217 |`PB_HTYPE_SINGULAR` |0x10 |Proto3 field, which is present when its value is non-zero.
526 * `PB_ENCODE_NULLTERMINATED`: Indicate the length of the message by appending a zero tag value afte…
738 End of file is signalled by `stream->bytes_left` being zero after pb_read returns false.
787 * `PB_DECODE_NULLTERMINATED`: Expect the message to be terminated with zero tag. The counterpart of…
/nanopb-2.7.6/generator/proto/google/protobuf/
Ddescriptor.proto791 // and column numbers are zero-based -- typically you will want to add