OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rep_fixed64
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
198
uint64_t
rep_fixed64
[5] = {0, 0, 0, 0, 2011};
local
311
alltypes.
rep_fixed64
.funcs.decode = &read_repeated_fixed64;
312
alltypes.
rep_fixed64
.arg =
rep_fixed64
;
encode_alltypes_callback.c
192
uint64_t
rep_fixed64
= 2011;
local
295
alltypes.
rep_fixed64
.funcs.encode = &write_repeated_fixed64;
296
alltypes.
rep_fixed64
.arg = &
rep_fixed64
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
49
uint64_t
rep_fixed64
[5] = {0, 0, 0, 0, 2011};
local
137
alltypes.rep_fixed64_count = 5; alltypes.
rep_fixed64
=
rep_fixed64
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
85
uint64_t
rep_fixed64
[5];
member in struct:_AllTypes
Completed in 34 milliseconds