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

  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 49 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008;
decode_alltypes.c 62 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 78 size_t rep_fixed32_count; member in struct:_AllTypes
encode_legacy.c 52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008;
decode_legacy.c 65 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 134 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32;
decode_alltypes_pointer.c 59 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);

Completed in 76 milliseconds