Home
last modified time | relevance | path

Searched refs:TestingVector (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc299 class TestingVector : public std::vector<int> { class
303 const TestingVector& vector) { in operator <<()
862 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
881 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
885 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
895 const TestingVector& vector, int begin, int end) { in RangeIsUnshuffled()
899 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
903 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
908 TestingVector vector_;
996 TestingVector vector2; in TEST_F()