OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_sfixed64
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
214
int64_t
opt_sfixed64
= 3052;
local
375
alltypes.
opt_sfixed64
.funcs.decode = &read_fixed64;
376
alltypes.
opt_sfixed64
.arg = &
opt_sfixed64
;
encode_alltypes_callback.c
201
int64_t
opt_sfixed64
= 3052;
local
356
alltypes.
opt_sfixed64
.funcs.encode = &write_fixed64;
357
alltypes.
opt_sfixed64
.arg = &
opt_sfixed64
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
78
int64_t
opt_sfixed64
= 3052;
local
160
alltypes.
opt_sfixed64
= &
opt_sfixed64
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
121
int64_t
opt_sfixed64
;
member in struct:_AllTypes
Completed in 97 milliseconds