Home
last modified time | relevance | path

Searched refs:pb_dec_fixed64 (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c180 TEST((s = S("\x00\x00\x00\x00\x00\x00\x00\x00"), pb_dec_fixed64(&s, &f, &d) && d == 0.0)) in main()
181 TEST((s = S("\x00\x00\x00\x00\x00\xc0\x58\x40"), pb_dec_fixed64(&s, &f, &d) && d == 99.0)) in main()
182 … 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/tests/decode_unittests/
Ddecode_unittests.c227 TEST((s = S("\x00\x00\x00\x00\x00\x00\x00\x00"), pb_dec_fixed64(&s, &f, &d) && d == 0.0)) in main()
228 TEST((s = S("\x00\x00\x00\x00\x00\xc0\x58\x40"), pb_dec_fixed64(&s, &f, &d) && d == 99.0)) in main()
229 … TEST((s = S("\x00\x00\x00\xc0\x29\x8c\x67\xc1"), pb_dec_fixed64(&s, &f, &d) && d == -12345678.0f)) in main()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c42 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest);
63 &pb_dec_fixed64,
1242 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_fixed64() function
/external/nanopb-c/
Dpb_decode.c42 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest);
72 &pb_dec_fixed64,
1380 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_fixed64() function