Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64()
73 if (!pb_decode_fixed64(stream, &value)) in read_double()
149 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
173 if (!pb_decode_fixed64(stream, &value)) in read_repeated_double()
/nanopb-3.4.0/tests/callbacks/
Ddecode_callbacks.c51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
/nanopb-3.4.0/
Dpb_decode.h177 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
Dpb_decode.c433 return pb_decode_fixed64(stream, field->pData); in decode_basic_field()
1392 bool pb_decode_fixed64(pb_istream_t *stream, void *dest) in pb_decode_fixed64() function
1670 if (!pb_decode_fixed64(stream, &value)) in pb_decode_double_as_float()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_decode.h177 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
/nanopb-3.4.0/tests/alltypes_callback/
Ddecode_alltypes_callback.c51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64()
73 if (!pb_decode_fixed64(stream, &value)) in read_double()
150 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
174 if (!pb_decode_fixed64(stream, &value)) in read_repeated_double()
/nanopb-3.4.0/tests/raw_decode/
Draw_decode.c114 if (!pb_decode_fixed64(stream, &value)) in raw_decode()
/nanopb-3.4.0/tests/decode_unittests/
Ddecode_unittests.c257 TEST((s = S("\x00\x00\x00\x00\x00\x00\x00\x00"), pb_decode_fixed64(&s, &d) && d == 0.0)) in main()
258 TEST((s = S("\x00\x00\x00\x00\x00\xc0\x58\x40"), pb_decode_fixed64(&s, &d) && d == 99.0)) in main()
259 … TEST((s = S("\x00\x00\x00\xc0\x29\x8c\x67\xc1"), pb_decode_fixed64(&s, &d) && d == -12345678.0f)) in main()
/nanopb-3.4.0/docs/
Dreference.md866 [pb_decode_fixed32](#pb_decode_fixed32) and [pb_decode_fixed64](#pb_decode_fixed64).
924 #### pb_decode_fixed64 subsubsection
928 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);