OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:req_fixed32
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
180
uint32_t
req_fixed32
= 1008;
local
248
alltypes.
req_fixed32
.funcs.decode = &read_fixed32;
249
alltypes.
req_fixed32
.arg = &
req_fixed32
;
encode_alltypes_callback.c
181
uint32_t
req_fixed32
= 1008;
local
232
alltypes.
req_fixed32
.funcs.encode = &write_fixed32;
233
alltypes.
req_fixed32
.arg = &
req_fixed32
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
23
uint32_t
req_fixed32
= 1008;
local
114
alltypes.
req_fixed32
= &
req_fixed32
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
54
uint32_t
req_fixed32
;
member in struct:_AllTypes
Completed in 92 milliseconds