/external/nanopb-c/examples/using_union_messages/ |
D | decode.c | 25 if (wire_type == PB_WT_STRING) in decode_unionmessage_type()
|
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/ |
D | decode.c | 25 if (wire_type == PB_WT_STRING) in decode_unionmessage_type()
|
/external/nanopb-c/ |
D | pb_decode.c | 322 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()
|
D | pb_encode.c | 142 if (!pb_encode_tag(stream, PB_WT_STRING, field->tag)) in encode_array() 664 wiretype = PB_WT_STRING; in pb_encode_tag_for_field()
|
D | pb.h | 321 PB_WT_STRING = 2, enumerator
|
/external/nanopb-c/tests/alltypes_proto3_callback/ |
D | encode_alltypes_callback.c | 90 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/ |
D | pb_decode.c | 282 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()
|
D | pb_encode.c | 129 if (!pb_encode_tag(stream, PB_WT_STRING, field->tag)) in encode_array() 503 wiretype = PB_WT_STRING; in pb_encode_tag_for_field()
|
D | pb.h | 314 PB_WT_STRING = 2, enumerator
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 90 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/ |
D | encode_alltypes_callback.c | 90 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/ |
D | reference.rst | 325 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 …
|
D | concepts.rst | 193 …as a packed array, you must call `pb_encode_tag`_ instead to specify a wire type of *PB_WT_STRING*.
|
/external/nanopb-c/docs/ |
D | reference.rst | 335 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 …
|
D | concepts.rst | 199 …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/ |
D | encode_unittests.c | 93 TEST(WRITES(pb_encode_tag(&s, PB_WT_STRING, 5), "\x2A")); in main()
|
/external/nanopb-c/tests/encode_unittests/ |
D | encode_unittests.c | 93 TEST(WRITES(pb_encode_tag(&s, PB_WT_STRING, 5), "\x2A")); in main()
|
/external/nanopb-c/tests/fuzztest/ |
D | fuzztest.c | 113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()
|
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/ |
D | fuzztest.c | 113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()
|