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

  /external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
decode_alltypes_callback.c 214 int64_t opt_sfixed64 = 3052; local
378 alltypes.opt_sfixed64.funcs.decode = &read_fixed64;
379 alltypes.opt_sfixed64.arg = &opt_sfixed64;
encode_alltypes_callback.c 201 int64_t opt_sfixed64 = 3052; local
358 alltypes.opt_sfixed64.funcs.encode = &write_fixed64;
359 alltypes.opt_sfixed64.arg = &opt_sfixed64;
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 224 int64_t opt_sfixed64 = 3052; local
384 alltypes.opt_sfixed64.funcs.decode = &read_fixed64;
385 alltypes.opt_sfixed64.arg = &opt_sfixed64;
encode_alltypes_callback.c 201 int64_t opt_sfixed64 = 3052; local
364 alltypes.opt_sfixed64.funcs.encode = &write_fixed64;
365 alltypes.opt_sfixed64.arg = &opt_sfixed64;
  /external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
encode_alltypes_pointer.c 78 int64_t opt_sfixed64 = 3052; local
163 alltypes.opt_sfixed64 = &opt_sfixed64;
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 80 int64_t opt_sfixed64 = 3052; local
168 alltypes.opt_sfixed64 = &opt_sfixed64;
  /external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
alltypes_legacy.h 135 int64_t opt_sfixed64; member in struct:_AllTypes
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 135 int64_t opt_sfixed64; member in struct:_AllTypes

Completed in 211 milliseconds