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

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

Completed in 55 milliseconds