OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_sfixed32
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
211
int32_t
opt_sfixed32
= 3049;
local
366
alltypes.
opt_sfixed32
.funcs.decode = &read_fixed32;
367
alltypes.
opt_sfixed32
.arg = &
opt_sfixed32
;
encode_alltypes_callback.c
198
int32_t
opt_sfixed32
= 3049;
local
347
alltypes.
opt_sfixed32
.funcs.encode = &write_fixed32;
348
alltypes.
opt_sfixed32
.arg = &
opt_sfixed32
;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
75
int32_t
opt_sfixed32
= 3049;
local
157
alltypes.
opt_sfixed32
= &
opt_sfixed32
;
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
115
int32_t
opt_sfixed32
;
member in struct:_AllTypes
Completed in 34 milliseconds