Searched refs:zero (Results 1 – 8 of 8) sorted by relevance
2 # later array fields have non-zero value
106 * uncomment .zero.table section and,109 .zero.table :
113 // of one second or more, a non-zero value for the `nanos` field must be
541 const pb_byte_t zero = 0; in pb_encode_ex() local546 return pb_write(stream, &zero, 1); in pb_encode_ex()
178 Fix network_server socket example with zero-length strings (#421)
191 by a null byte, which is read as zero tag value. Most other protobuf197 encounters zero tag value. A new function `pb_decode_ex()`213 present only when their contents was non-zero. Most other protobuf
35 …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…
791 // and column numbers are zero-based -- typically you will want to add