OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rep_fixed32
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
195
uint32_t
rep_fixed32
[5] = {0, 0, 0, 0, 2008};
local
302
alltypes.
rep_fixed32
.funcs.decode = &read_repeated_fixed32;
303
alltypes.
rep_fixed32
.arg =
rep_fixed32
;
encode_alltypes_callback.c
189
uint32_t
rep_fixed32
= 2008;
local
286
alltypes.
rep_fixed32
.funcs.encode = &write_repeated_fixed32;
287
alltypes.
rep_fixed32
.arg = &
rep_fixed32
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
46
uint32_t
rep_fixed32
[5] = {0, 0, 0, 0, 2008};
local
134
alltypes.rep_fixed32_count = 5; alltypes.
rep_fixed32
=
rep_fixed32
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
79
uint32_t
rep_fixed32
[5];
member in struct:_AllTypes
Completed in 34 milliseconds