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

  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 99 alltypes.has_opt_fixed32 = true;
decode_alltypes.c 100 TEST(alltypes.has_opt_fixed32 == false);
145 TEST(alltypes.has_opt_fixed32 == true);
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 112 bool has_opt_fixed32; member in struct:_AllTypes
encode_legacy.c 90 alltypes.has_opt_fixed32 = true;
decode_legacy.c 102 TEST(alltypes.has_opt_fixed32 == false);
146 TEST(alltypes.has_opt_fixed32 == true);

Completed in 237 milliseconds