HomeSort by relevance Sort by last modified time
    Searched full:has_opt_fixed64 (Results 1 - 5 of 5) sorted by null

  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 118 bool has_opt_fixed64; member in struct:_AllTypes
decode_legacy.c 109 TEST(alltypes.has_opt_fixed64 == false);
153 TEST(alltypes.has_opt_fixed64 == true);
encode_legacy.c 97 alltypes.has_opt_fixed64 = true;
  /external/nanopb-c/tests/alltypes/
decode_alltypes.c 107 TEST(alltypes.has_opt_fixed64 == false);
152 TEST(alltypes.has_opt_fixed64 == true);
encode_alltypes.c 106 alltypes.has_opt_fixed64 = true;

Completed in 232 milliseconds