HomeSort by relevance Sort by last modified time
    Searched defs:opt_fixed64 (Results 1 - 4 of 4) sorted by null

  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 213 uint64_t opt_fixed64 = 3051; local
372 alltypes.opt_fixed64.funcs.decode = &read_fixed64;
373 alltypes.opt_fixed64.arg = &opt_fixed64;
encode_alltypes_callback.c 200 uint64_t opt_fixed64 = 3051; local
353 alltypes.opt_fixed64.funcs.encode = &write_fixed64;
354 alltypes.opt_fixed64.arg = &opt_fixed64;
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 77 uint64_t opt_fixed64 = 3051; local
159 alltypes.opt_fixed64 = &opt_fixed64;
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 119 uint64_t opt_fixed64; member in struct:_AllTypes

Completed in 34 milliseconds