Searched refs:internal2 (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc107 namespace internal2 { namespace in namespace:testing
119 } // namespace internal2
/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp53 int &internal2() { return value; } // return by reference function in class:ExampleMandA
232 .def("internal2", &ExampleMandA::internal2)
H A Dtest_methods_and_attributes.py30 assert instance1.internal2() == 320
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py268 r'\'testing::internal2::TypeWithoutFormatter<.*>::'
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h112 // Definitions in the 'internal' and 'internal2' name spaces are
114 namespace internal2 { namespace in namespace:testing
188 // We put this operator in namespace 'internal2' instead of 'internal'
212 } // namespace internal2
224 // testing::internal2::operator<< appears as if it was declared in
226 // ::testing_internal and ::testing::internal2, i.e. the global
229 // testing::internal2::operator<< in case T doesn't come with a <<
232 // We cannot write 'using ::testing::internal2::operator<<;', which
234 using namespace ::testing::internal2; // NOLINT
241 // 3. testing::internal2
[all...]

Completed in 15 milliseconds