Home
last modified time | relevance | path

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

/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c155 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\x00\x00")) in main()
157 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\xc6\x42")) in main()
159 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x4e\x61\x3c\xcb")) in main()
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c155 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\x00\x00")) in main()
157 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x00\x00\xc6\x42")) in main()
159 TEST(WRITES(pb_enc_fixed32(&s, NULL, &fvalue), "\x4e\x61\x3c\xcb")) in main()
/external/grpc-grpc/third_party/nanopb/
Dpb_encode.c33 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s…
46 &pb_enc_fixed32,
633 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s… in pb_enc_fixed32() function
/external/nanopb-c/
Dpb_encode.c34 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s…
58 &pb_enc_fixed32,
804 static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *field, const void *s… in pb_enc_fixed32() function