Home
last modified time | relevance | path

Searched refs:pb_decode_fixed32 (Results 1 – 5 of 5) sorted by relevance

/external/nanopb-c/
Dpb_decode.h135 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
Dpb_decode.c992 bool pb_decode_fixed32(pb_istream_t *stream, void *dest) in pb_decode_fixed32() function
1087 return pb_decode_fixed32(stream, dest); in pb_dec_fixed32()
/external/nanopb-c/tests/callbacks/
Ddecode_callbacks.c41 if (!pb_decode_fixed32(stream, &value)) in print_fixed32()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32()
113 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
/external/nanopb-c/docs/
Dreference.rst682 …nd boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_de…
706 pb_decode_fixed32 section in pb_decode.h
710 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
731 Same as `pb_decode_fixed32`_, except this reads 8 bytes.