Home
last modified time | relevance | path

Searched refs:pb_decode_fixed64 (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb_decode.h139 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
Dpb_decode.c1132 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/
Dpb_decode.h164 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
Dpb_decode.c1269 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/
Ddecode_callbacks.c51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
/external/grpc-grpc/third_party/nanopb/tests/callbacks/
Ddecode_callbacks.c51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
/external/nanopb-c/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c51 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/
Ddecode_alltypes_callback.c51 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/
Ddecode_alltypes_callback.c51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64()
124 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
/external/nanopb-c/docs/
Dreference.rst708 …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/
Dreference.rst698 …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);