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

  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 77 uint64_t opt_fixed64 = 3051; local
159 alltypes.opt_fixed64 = &opt_fixed64;
decode_alltypes_pointer.c 93 TEST(alltypes.opt_fixed64 == NULL);
116 TEST(alltypes.opt_fixed64 && *alltypes.opt_fixed64 == 3051);
  /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/backwards_compatibility/
alltypes_legacy.c 83 PB_FIELD( 51, FIXED64 , OPTIONAL, STATIC, AllTypes, opt_fixed64, opt_float, &AllTypes_opt_fixed64_default),
84 PB_FIELD( 52, SFIXED64, OPTIONAL, STATIC, AllTypes, opt_sfixed64, opt_fixed64, &AllTypes_opt_sfixed64_default),
alltypes_legacy.h 119 uint64_t opt_fixed64; member in struct:_AllTypes
encode_legacy.c 98 alltypes.opt_fixed64 = 3051;
decode_legacy.c 110 TEST(alltypes.opt_fixed64 == 4051);
154 TEST(alltypes.opt_fixed64 == 3051);
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 107 alltypes.opt_fixed64 = 3051;
decode_alltypes.c 108 TEST(alltypes.opt_fixed64 == 4051);
153 TEST(alltypes.opt_fixed64 == 3051);

Completed in 58 milliseconds