Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/enum_minmax/
Denumminmax.proto1 /* Test out-of-order enum values.
/nanopb-3.4.0/examples/using_union_messages/
Dunionproto.proto5 // but they are commonly implemented by filling out exactly one of
/nanopb-3.4.0/
DBUILD.bazel34 out = "generator/protoc-gen-nanopb.py",
Dpb_decode.c1668 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()
DCHANGELOG.txt199 Add generator option to error out on unmatched options (#458)
/nanopb-3.4.0/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.md251 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.
Dreference.md478 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.
Dmigration.md448 left out if some functionality is not needed.
/nanopb-3.4.0/tests/
DSConstruct151 # TODO: Fuzz test triggers the bool sanitizer, figure out whether to
/nanopb-3.4.0/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