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

  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 53 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011;
decode_alltypes.c 66 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 84 size_t rep_fixed64_count; member in struct:_AllTypes
encode_legacy.c 56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011;
decode_legacy.c 69 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 137 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64;
decode_alltypes_pointer.c 63 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);

Completed in 69 milliseconds