Searched refs:pb_decode_fixed64 (Results 1 – 9 of 9) sorted by relevance
/nanopb-3.4.0/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 51 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/ |
D | decode_callbacks.c | 51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
|
/nanopb-3.4.0/ |
D | pb_decode.h | 177 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|
D | pb_decode.c | 433 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/ |
D | pb_decode.h | 177 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
|
/nanopb-3.4.0/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 51 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/ |
D | raw_decode.c | 114 if (!pb_decode_fixed64(stream, &value)) in raw_decode()
|
/nanopb-3.4.0/tests/decode_unittests/ |
D | decode_unittests.c | 257 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/ |
D | reference.md | 866 [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);
|