OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_fixed32
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
210
uint32_t
opt_fixed32
= 3048;
local
363
alltypes.
opt_fixed32
.funcs.decode = &read_fixed32;
364
alltypes.
opt_fixed32
.arg = &
opt_fixed32
;
encode_alltypes_callback.c
197
uint32_t
opt_fixed32
= 3048;
local
344
alltypes.
opt_fixed32
.funcs.encode = &write_fixed32;
345
alltypes.
opt_fixed32
.arg = &
opt_fixed32
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
74
uint32_t
opt_fixed32
= 3048;
local
156
alltypes.
opt_fixed32
= &
opt_fixed32
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
113
uint32_t
opt_fixed32
;
member in struct:_AllTypes
Completed in 3059 milliseconds