Home
last modified time | relevance | path

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

/nanopb-2.7.6/tests/callbacks/
Ddecode_callbacks.c41 if (!pb_decode_fixed32(stream, &value)) in print_fixed32()
/nanopb-2.7.6/
Dpb_decode.h178 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
Dpb_decode.c415 return pb_decode_fixed32(stream, field->pData); in decode_basic_field()
1351 bool pb_decode_fixed32(pb_istream_t *stream, void *dest) in pb_decode_fixed32() function
/nanopb-2.7.6/spm_headers/nanopb/
Dpb_decode.h178 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
/nanopb-2.7.6/tests/raw_decode/
Draw_decode.c128 if (!pb_decode_fixed32(stream, &value)) in raw_decode()
/nanopb-2.7.6/tests/decode_unittests/
Ddecode_unittests.c244 TEST((s = S("\x00\x00\x00\x00"), pb_decode_fixed32(&s, &d) && d == 0.0f)) in main()
245 TEST((s = S("\x00\x00\xc6\x42"), pb_decode_fixed32(&s, &d) && d == 99.0f)) in main()
246 TEST((s = S("\x4e\x61\x3c\xcb"), pb_decode_fixed32(&s, &d) && d == -12345678.0f)) in main()
248 TEST((s = S("\x00"), !pb_decode_fixed32(&s, &d) && d == -12345678.0f)) in main()
/nanopb-2.7.6/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32()
138 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
/nanopb-2.7.6/tests/alltypes_callback/
Ddecode_alltypes_callback.c41 if (!pb_decode_fixed32(stream, &value)) in read_fixed32()
139 if (!pb_decode_fixed32(stream, &value)) in read_repeated_fixed32()
/nanopb-2.7.6/docs/
Dreference.md853 [pb_decode_fixed32](#pb_decode_fixed32) and [pb_decode_fixed64](#pb_decode_fixed64).
895 #### pb_decode_fixed32 subsubsection
899 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
923 Same as [pb_decode_fixed32](#pb_decode_fixed32), except this reads 8