Home
last modified time | relevance | path

Searched refs:pb_enc_fixed64 (Results 1 – 2 of 2) sorted by relevance

/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c162 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\x00\x00\x00\x00\x00")) in main()
164 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\x00\x00\xc0\x58\x40")) in main()
166 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\xc0\x29\x8c\x67\xc1")) in main()
/external/nanopb-c/
Dpb_encode.c33 static bool checkreturn pb_enc_fixed64(pb_ostream_t *stream, const pb_field_t *field, const void *s…
46 &pb_enc_fixed64,
603 static bool checkreturn pb_enc_fixed64(pb_ostream_t *stream, const pb_field_t *field, const void *s… in pb_enc_fixed64() function