Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc289 class TestingVector : public std::vector<int> {}; class
291 ::std::ostream& operator<<(::std::ostream& os, const TestingVector& vector) { in operator <<()
913 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
932 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
936 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
945 static bool RangeIsUnshuffled(const TestingVector& vector, int begin, in RangeIsUnshuffled()
950 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
954 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
959 TestingVector vector_;
1050 TestingVector vector2; in TEST_F()