Home
last modified time | relevance | path

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

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