Searched refs:pb_decode_fixed64 (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.h | 139 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|
D | pb_decode.c | 1132 bool pb_decode_fixed64(pb_istream_t *stream, void *dest) in pb_decode_fixed64() function 1245 return pb_decode_fixed64(stream, dest); in pb_dec_fixed64()
|
/external/nanopb-c/ |
D | pb_decode.h | 164 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|
D | pb_decode.c | 1269 bool pb_decode_fixed64(pb_istream_t *stream, void *dest) in pb_decode_fixed64() function 1384 return pb_decode_fixed64(stream, dest); in pb_dec_fixed64()
|
/external/nanopb-c/tests/callbacks/ |
D | decode_callbacks.c | 51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
|
/external/grpc-grpc/third_party/nanopb/tests/callbacks/ |
D | decode_callbacks.c | 51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
|
/external/nanopb-c/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64() 127 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64() 128 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64() 124 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
|
/external/nanopb-c/docs/ |
D | reference.rst | 708 …pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_decode_fixed64`_. They take… 746 pb_decode_fixed64 section in pb_decode.h 750 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 698 …pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_decode_fixed64`_. They take… 736 pb_decode_fixed64 section in pb_decode.h 740 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|