Home
last modified time | relevance | path

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

/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c154 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\x00\x00")) in main()
156 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\xc6\x42")) in main()
158 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x4e\x61\x3c\xcb")) in main()
/external/nanopb-c/
Dpb_encode.c32 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s…
45 &pb_enc_fixed32,
609 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s… in pb_enc_fixed32() function