Searched refs:out (Results 1 – 11 of 11) sorted by relevance
/nanopb-2.7.6/tests/enum_minmax/ |
D | enumminmax.proto | 1 /* Test out-of-order enum values.
|
/nanopb-2.7.6/examples/using_union_messages/ |
D | unionproto.proto | 5 // but they are commonly implemented by filling out exactly one of
|
/nanopb-2.7.6/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 | 245 should write out everything, including field tags. In decoding mode, the 261 When encoding, the callback should write out complete fields, including 263 fields as it likes. For example, if you want to write out an array as 277 This callback writes out a dynamically sized string: 578 8) Running out of memory, i.e. stack overflow.
|
D | reference.md | 465 After writing, you can check `stream.bytes_written` to find out how 546 functions repeatedly to write out values. 557 write, and use [pb_encode_varint](#pb_encode_varint) to write out the 705 misbehave and write out a different amount of data on the second call.
|
D | migration.md | 391 left out if some functionality is not needed.
|
/nanopb-2.7.6/ |
D | pb_decode.c | 1650 union { float f; uint32_t i; } out; in pb_decode_double_as_float() local 1702 out.i = mantissa; in pb_decode_double_as_float() 1703 out.i |= (uint32_t)(exponent + 127) << 23; in pb_decode_double_as_float() 1704 out.i |= (uint32_t)sign << 31; in pb_decode_double_as_float() 1706 *dest = out.f; in pb_decode_double_as_float()
|
D | README.md | 108 …te by Microsoft team members and community contributors. If the version is out of date, please [cr…
|
D | CHANGELOG.txt | 131 Add generator option to error out on unmatched options (#458)
|
/nanopb-2.7.6/tests/ |
D | SConstruct | 147 # TODO: Fuzz test triggers the bool sanitizer, figure out whether to
|
/nanopb-2.7.6/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
|