Lines Matching refs:countAll
832 int countAll = msgProtobuf.len_repeated_packed_signed_vint_size();
833 ASSERT_EQ(countAll, static_cast<int>(vec.size() + sizeof(array) / sizeof(array[0])));
837 for (int i = count; i < countAll; i++) {
880 int countAll = msgProtobuf.len_repeated_packed_unsigned_vint_size();
881 ASSERT_EQ(countAll, static_cast<int>(vec.size() + sizeof(array) / sizeof(array[0])));
885 for (int i = count; i < countAll; i++) {
928 int countAll = msgProtobuf.len_repeated_packed_fixed_size();
929 ASSERT_EQ(countAll, static_cast<int>(vec.size() + sizeof(array) / sizeof(array[0])));
933 for (int i = count; i < countAll; i++) {
1172 int countAll = msgProtobuf.len_repeated_packed_signed_vint_size();
1173 ASSERT_EQ(countAll, static_cast<int>(vecSigned.size() + sizeof(arraySigned) / sizeof(arraySigned[0])));
1177 for (size_t i = vecSigned.size(); i < static_cast<size_t>(countAll); i++) {
1181 countAll = msgProtobuf.len_repeated_packed_unsigned_vint_size();
1182 ASSERT_EQ(countAll, static_cast<int>(vecUnsigned.size() + sizeof(arrayUnsigned) / sizeof(arrayUnsigned[0])));
1186 for (size_t i = vecUnsigned.size(); i < static_cast<size_t>(countAll); i++) {
1190 countAll = msgProtobuf.len_repeated_packed_fixed_size();
1191 ASSERT_EQ(countAll, static_cast<int>(vecFixed.size() + sizeof(arrayFixed) / sizeof(arrayFixed[0])));
1195 for (size_t i = vecFixed.size(); i < static_cast<size_t>(countAll); i++) {