Home | History | Annotate | Download | only in test

Lines Matching defs:numbers

858   // the numbers in the result.
860 std::vector<int> numbers;
864 numbers.push_back(result[i] - '0');
871 // Makes sure the result contains the right numbers.
872 std::sort(numbers.begin(), numbers.end());
874 EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin()));