Searched refs:out (Results 1 – 11 of 11) sorted by relevance
/nanopb-3.4.0/tests/enum_minmax/ |
D | enumminmax.proto | 1 /* Test out-of-order enum values.
|
/nanopb-3.4.0/examples/using_union_messages/ |
D | unionproto.proto | 5 // but they are commonly implemented by filling out exactly one of
|
/nanopb-3.4.0/ |
D | BUILD.bazel | 34 out = "generator/protoc-gen-nanopb.py",
|
D | pb_decode.c | 1668 union { float f; uint32_t i; } out; in pb_decode_double_as_float() local 1720 out.i = mantissa; in pb_decode_double_as_float() 1721 out.i |= (uint32_t)(exponent + 127) << 23; in pb_decode_double_as_float() 1722 out.i |= (uint32_t)sign << 31; in pb_decode_double_as_float() 1724 *dest = out.f; in pb_decode_double_as_float()
|
D | CHANGELOG.txt | 199 Add generator option to error out on unmatched options (#458)
|
/nanopb-3.4.0/docs/ |
D | security.md | 35 in these will cause "garbage in, garbage out" behaviour. It will not 55 3. Nanopb will never access memory out of bounds of the message
|
D | concepts.md | 251 should write out everything, including field tags. In decoding mode, the 267 When encoding, the callback should write out complete fields, including 269 fields as it likes. For example, if you want to write out an array as 283 This callback writes out a dynamically sized string: 579 8) Running out of memory, i.e. stack overflow.
|
D | reference.md | 478 After writing, you can check `stream.bytes_written` to find out how 559 functions repeatedly to write out values. 570 write, and use [pb_encode_varint](#pb_encode_varint) to write out the 718 misbehave and write out a different amount of data on the second call.
|
D | migration.md | 448 left out if some functionality is not needed.
|
/nanopb-3.4.0/tests/ |
D | SConstruct | 151 # TODO: Fuzz test triggers the bool sanitizer, figure out whether to
|
/nanopb-3.4.0/generator/proto/google/protobuf/ |
D | descriptor.proto | 314 // If this turns out to be popular, a web service will be set up 747 // logical declaration is spread out across multiple places. The most 808 // stripped out. For block comments, leading whitespace and an asterisk
|