Home
last modified time | relevance | path

Searched refs:pb_decode_svarint (Results 1 – 9 of 9) sorted by relevance

/external/nanopb-c/
Dpb_decode.h152 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
154 bool pb_decode_svarint(pb_istream_t *stream, int32_t *dest);
Dpb_decode.c1240 bool pb_decode_svarint(pb_istream_t *stream, pb_int64_t *dest) in pb_decode_svarint() function
1353 if (!pb_decode_svarint(stream, &value)) in pb_dec_svarint()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.h131 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
Dpb_decode.c1104 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest) in pb_decode_svarint() function
1215 if (!pb_decode_svarint(stream, &value)) in pb_dec_svarint()
/external/nanopb-c/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c31 if (!pb_decode_svarint(stream, &value)) in read_svarint()
105 if (!pb_decode_svarint(stream, &value)) in read_repeated_svarint()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c31 if (!pb_decode_svarint(stream, &value)) in read_svarint()
106 if (!pb_decode_svarint(stream, &value)) in read_repeated_svarint()
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Ddecode_alltypes_callback.c31 if (!pb_decode_svarint(stream, &value)) in read_svarint()
102 if (!pb_decode_svarint(stream, &value)) in read_repeated_svarint()
/external/nanopb-c/docs/
Dreference.rst708 …including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decod…
724 pb_decode_svarint section in pb_decode.h
728 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst698 …including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decod…
714 pb_decode_svarint section in pb_decode.h
718 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);