OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pb_enc_fixed32
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/tests/encode_unittests/
encode_unittests.c
152
COMMENT("Test
pb_enc_fixed32
using float")
154
TEST(WRITES(
pb_enc_fixed32
(&s, NULL, &fvalue), "\x00\x00\x00\x00"))
156
TEST(WRITES(
pb_enc_fixed32
(&s, NULL, &fvalue), "\x00\x00\xc6\x42"))
158
TEST(WRITES(
pb_enc_fixed32
(&s, NULL, &fvalue), "\x4e\x61\x3c\xcb"))
/external/nanopb-c/
pb_encode.c
32
static bool checkreturn
pb_enc_fixed32
(pb_ostream_t *stream, const pb_field_t *field, const void *src);
45
&
pb_enc_fixed32
,
609
static bool checkreturn
pb_enc_fixed32
(pb_ostream_t *stream, const pb_field_t *field, const void *src)
function
Completed in 292 milliseconds