Searched refs:pb_dec_fixed64 (Results 1 – 2 of 2) sorted by relevance
/external/nanopb-c/tests/decode_unittests/ |
D | decode_unittests.c | 164 TEST((s = S("\x00\x00\x00\x00\x00\x00\x00\x00"), pb_dec_fixed64(&s, &f, &d) && d == 0.0)) in main() 165 TEST((s = S("\x00\x00\x00\x00\x00\xc0\x58\x40"), pb_dec_fixed64(&s, &f, &d) && d == 99.0)) in main() 166 … TEST((s = S("\x00\x00\x00\xc0\x29\x8c\x67\xc1"), pb_dec_fixed64(&s, &f, &d) && d == -12345678.0f)) in main()
|
/external/nanopb-c/ |
D | pb_decode.c | 53 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest); 68 &pb_dec_fixed64, 1090 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_fixed64() function
|