Home
last modified time | relevance | path

Searched refs:PB_WT_STRING (Results 1 – 19 of 19) sorted by relevance

/external/nanopb-c/examples/using_union_messages/
Ddecode.c25 if (wire_type == PB_WT_STRING) in decode_unionmessage_type()
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Ddecode.c25 if (wire_type == PB_WT_STRING) in decode_unionmessage_type()
/external/nanopb-c/
Dpb_decode.c322 case PB_WT_STRING: return pb_skip_string(stream); in pb_skip_field()
354 case PB_WT_STRING: in read_raw_value()
420 if (wire_type == PB_WT_STRING in decode_static_field()
580 if (wire_type == PB_WT_STRING in decode_pointer_field()
671 if (wire_type == PB_WT_STRING) in decode_callback_field()
Dpb_encode.c142 if (!pb_encode_tag(stream, PB_WT_STRING, field->tag)) in encode_array()
664 wiretype = PB_WT_STRING; in pb_encode_tag_for_field()
Dpb.h321 PB_WT_STRING = 2, enumerator
/external/nanopb-c/tests/alltypes_proto3_callback/
Dencode_alltypes_callback.c90 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed32()
104 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed64()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c282 case PB_WT_STRING: return pb_skip_string(stream); in pb_skip_field()
367 if (wire_type == PB_WT_STRING in decode_static_field()
522 if (wire_type == PB_WT_STRING in decode_pointer_field()
612 if (wire_type == PB_WT_STRING) in decode_callback_field()
Dpb_encode.c129 if (!pb_encode_tag(stream, PB_WT_STRING, field->tag)) in encode_array()
503 wiretype = PB_WT_STRING; in pb_encode_tag_for_field()
Dpb.h314 PB_WT_STRING = 2, enumerator
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dencode_alltypes_callback.c90 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed32()
104 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed64()
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c90 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed32()
104 return pb_encode_tag(stream, PB_WT_STRING, field->tag) && in write_repeated_fixed64()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst325 PB_WT_STRING = 2,
459 …ittle bit more involved: you need to use `pb_encode_tag` and specify `PB_WT_STRING` as the wire ty…
479 :wiretype: PB_WT_VARINT, PB_WT_64BIT, PB_WT_STRING or PB_WT_32BIT
502 STRING, BYTES, SUBMESSAGE, FIXED_LENGTH_BYTES PB_WT_STRING
750 Decode the length for a field with wire type *PB_WT_STRING* and create a substream for reading the …
Dconcepts.rst193 …as a packed array, you must call `pb_encode_tag`_ instead to specify a wire type of *PB_WT_STRING*.
/external/nanopb-c/docs/
Dreference.rst335 PB_WT_STRING = 2,
469 …ittle bit more involved: you need to use `pb_encode_tag` and specify `PB_WT_STRING` as the wire ty…
489 :wiretype: PB_WT_VARINT, PB_WT_64BIT, PB_WT_STRING or PB_WT_32BIT
512 STRING, BYTES, SUBMESSAGE, FIXED_LENGTH_BYTES PB_WT_STRING
760 Decode the length for a field with wire type *PB_WT_STRING* and create a substream for reading the …
Dconcepts.rst199 …as a packed array, you must call `pb_encode_tag`_ instead to specify a wire type of *PB_WT_STRING*.
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c93 TEST(WRITES(pb_encode_tag(&s, PB_WT_STRING, 5), "\x2A")); in main()
/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c93 TEST(WRITES(pb_encode_tag(&s, PB_WT_STRING, 5), "\x2A")); in main()
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzztest.c113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()