Home
last modified time | relevance | path

Searched refs:out (Results 1 – 11 of 11) sorted by relevance

/nanopb-2.7.6/tests/enum_minmax/
Denumminmax.proto1 /* Test out-of-order enum values.
/nanopb-2.7.6/examples/using_union_messages/
Dunionproto.proto5 // but they are commonly implemented by filling out exactly one of
/nanopb-2.7.6/docs/
Dsecurity.md35 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
Dconcepts.md245 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.
Dreference.md465 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.
Dmigration.md391 left out if some functionality is not needed.
/nanopb-2.7.6/
Dpb_decode.c1650 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()
DREADME.md108 …te by Microsoft team members and community contributors. If the version is out of date, please [cr…
DCHANGELOG.txt131 Add generator option to error out on unmatched options (#458)
/nanopb-2.7.6/tests/
DSConstruct147 # TODO: Fuzz test triggers the bool sanitizer, figure out whether to
/nanopb-2.7.6/generator/proto/google/protobuf/
Ddescriptor.proto314 // 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