Searched refs:pb_decode_svarint (Results 1 – 9 of 9) sorted by relevance
/external/nanopb-c/ |
D | pb_decode.h | 152 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest); 154 bool pb_decode_svarint(pb_istream_t *stream, int32_t *dest);
|
D | pb_decode.c | 1240 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/ |
D | pb_decode.h | 131 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
|
D | pb_decode.c | 1104 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/ |
D | decode_alltypes_callback.c | 31 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/ |
D | decode_alltypes_callback.c | 31 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/ |
D | decode_alltypes_callback.c | 31 if (!pb_decode_svarint(stream, &value)) in read_svarint() 102 if (!pb_decode_svarint(stream, &value)) in read_repeated_svarint()
|
/external/nanopb-c/docs/ |
D | reference.rst | 708 …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/ |
D | reference.rst | 698 …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);
|