Searched refs:pb_decode_fixed32 (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.h | 135 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
|
D | pb_decode.c | 1118 bool pb_decode_fixed32(pb_istream_t *stream, void *dest) in pb_decode_fixed32() function 1239 return pb_decode_fixed32(stream, dest); in pb_dec_fixed32()
|
/external/nanopb-c/ |
D | pb_decode.h | 159 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
|
D | pb_decode.c | 1254 bool pb_decode_fixed32(pb_istream_t *stream, void *dest) in pb_decode_fixed32() function 1377 return pb_decode_fixed32(stream, dest); in pb_dec_fixed32()
|
/external/grpc-grpc/third_party/nanopb/tests/callbacks/ |
D | decode_callbacks.c | 41 if (!pb_decode_fixed32(stream, &value)) in print_fixed32()
|
/external/nanopb-c/tests/callbacks/ |
D | decode_callbacks.c | 41 if (!pb_decode_fixed32(stream, &value)) in print_fixed32()
|
/external/nanopb-c/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32() 116 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32() 113 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32() 117 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 698 …nd boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_de… 722 pb_decode_fixed32 section in pb_decode.h 726 bool pb_decode_fixed32(pb_istream_t *stream, void *dest); 746 Same as `pb_decode_fixed32`_, except this reads 8 bytes.
|
/external/nanopb-c/docs/ |
D | reference.rst | 708 …nd boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_de… 732 pb_decode_fixed32 section in pb_decode.h 736 bool pb_decode_fixed32(pb_istream_t *stream, void *dest); 756 Same as `pb_decode_fixed32`_, except this reads 8 bytes.
|