Home
last modified time | relevance | path

Searched refs:PB_WT_VARINT (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c94 TEST(WRITES(pb_encode_tag(&s, PB_WT_VARINT, 99), "\x98\x06")); in main()
/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c94 TEST(WRITES(pb_encode_tag(&s, PB_WT_VARINT, 99), "\x98\x06")); in main()
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c95 if (wt == PB_WT_VARINT) in rand_fill_protobuf()
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzztest.c95 if (wt == PB_WT_VARINT) in rand_fill_protobuf()
/external/grpc-grpc/third_party/nanopb/
Dpb.h312 PB_WT_VARINT = 0, enumerator
Dpb_decode.c280 case PB_WT_VARINT: return pb_skip_varint(stream); in pb_skip_field()
296 case PB_WT_VARINT: in read_raw_value()
Dpb_encode.c488 wiretype = PB_WT_VARINT; in pb_encode_tag_for_field()
/external/nanopb-c/
Dpb.h319 PB_WT_VARINT = 0, enumerator
Dpb_decode.c320 case PB_WT_VARINT: return pb_skip_varint(stream); in pb_skip_field()
336 case PB_WT_VARINT: in read_raw_value()
Dpb_encode.c649 wiretype = PB_WT_VARINT; in pb_encode_tag_for_field()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst323 PB_WT_VARINT = 0,
479 :wiretype: PB_WT_VARINT, PB_WT_64BIT, PB_WT_STRING or PB_WT_32BIT
500 VARINT, UVARINT, SVARINT PB_WT_VARINT
/external/nanopb-c/docs/
Dreference.rst333 PB_WT_VARINT = 0,
489 :wiretype: PB_WT_VARINT, PB_WT_64BIT, PB_WT_STRING or PB_WT_32BIT
510 VARINT, UVARINT, SVARINT PB_WT_VARINT