HomeSort by relevance Sort by last modified time
    Searched refs:pb_enc_fixed64 (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 160 COMMENT("Test pb_enc_fixed64 using double")
162 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\x00\x00\x00\x00\x00"))
164 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\x00\x00\xc0\x58\x40"))
166 TEST(WRITES(pb_enc_fixed64(&s, NULL, &dvalue), "\x00\x00\x00\xc0\x29\x8c\x67\xc1"))
  /external/nanopb-c/
pb_encode.c 33 static bool checkreturn pb_enc_fixed64(pb_ostream_t *stream, const pb_field_t *field, const void *src);
46 &pb_enc_fixed64,
603 static bool checkreturn pb_enc_fixed64(pb_ostream_t *stream, const pb_field_t *field, const void *src) function

Completed in 170 milliseconds