OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:req_fixed64
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
183
uint64_t
req_fixed64
= 1011;
local
257
alltypes.
req_fixed64
.funcs.decode = &read_fixed64;
258
alltypes.
req_fixed64
.arg = &
req_fixed64
;
encode_alltypes_callback.c
184
uint64_t
req_fixed64
= 1011;
local
241
alltypes.
req_fixed64
.funcs.encode = &write_fixed64;
242
alltypes.
req_fixed64
.arg = &
req_fixed64
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
26
uint64_t
req_fixed64
= 1011;
local
117
alltypes.
req_fixed64
= &
req_fixed64
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
57
uint64_t
req_fixed64
;
member in struct:_AllTypes
Completed in 33 milliseconds