Home | History | Annotate | Download | only in gtest

Lines Matching refs:internal2

9300 // Definitions in the 'internal' and 'internal2' name spaces are
9302 namespace internal2 {
9376 // We put this operator in namespace 'internal2' instead of 'internal'
9400 } // namespace internal2
9412 // testing::internal2::operator<< appears as if it was declared in
9414 // ::testing_internal and ::testing::internal2, i.e. the global
9417 // testing::internal2::operator<< in case T doesn't come with a <<
9420 // We cannot write 'using ::testing::internal2::operator<<;', which
9422 using namespace ::testing::internal2; // NOLINT
9429 // 3. testing::internal2::operator<< (thanks to the using statement above).