Searched refs:internal (Results 51 - 75 of 93) sorted by relevance

1234

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h37 // This file is #included in <gtest/internal/gtest-internal.h>.
43 #include "gtest/internal/gtest-string.h"
46 namespace internal { namespace in namespace:testing
203 } // namespace internal
H A Dgtest-port.h34 // internal namespace are subject to change without notice. Code
209 // testing::internal::move - portability wrapper for std::move.
281 #include "gtest/internal/gtest-port-arch.h"
282 #include "gtest/internal/custom/gtest-port.h"
390 // Brings in definitions for functions used in the testing::internal::posix
689 # include "gtest/internal/gtest-tuple.h" // IWYU pragma: export // NOLINT
1003 namespace internal { namespace in namespace:testing
1033 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1272 ::testing::internal::GTestLog(::testing::internal
[all...]
H A Dgtest-linked_ptr.h74 #include "gtest/internal/gtest-port.h"
77 namespace internal { namespace in namespace:testing
240 } // namespace internal
/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc45 using ::testing::internal::scoped_ptr;
H A Dgtest-port_test.cc32 // This file tests the internal cross-platform support utilities.
34 #include "gtest/internal/gtest-port.h"
50 // implementation. It must come before gtest-internal-inl.h is
52 // prevent a user from accidentally including gtest-internal-inl.h in
55 #include "src/gtest-internal-inl.h"
62 namespace internal { namespace in namespace:testing
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
164 Base base = ::testing::internal
[all...]
H A Dgtest_output_test_.cc42 // implementation. It must come before gtest-internal-inl.h is
44 // prevent a user from accidentally including gtest-internal-inl.h in
47 #include "src/gtest-internal-inl.h"
56 using testing::internal::Notification;
57 using testing::internal::ThreadWithParam;
60 namespace posix = ::testing::internal::posix;
517 testing::internal::scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> >
1040 if (testing::internal::GTEST_FLAG(internal_run_death_test) != "") {
H A Dgtest-linked_ptr_test.cc33 #include "gtest/internal/gtest-linked_ptr.h"
41 using testing::internal::linked_ptr;
H A Dgtest-message_test.cc151 EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss));
H A Dgtest-options_test.cc50 // implementation. It must come before gtest-internal-inl.h is
52 // prevent a user from accidentally including gtest-internal-inl.h in
55 #include "src/gtest-internal-inl.h"
59 namespace internal { namespace in namespace:testing
214 } // namespace internal
H A Dgtest-test-part_test.cc61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
H A Dgtest-unittest-api_test.cc44 namespace internal { namespace in namespace:testing
332 } // namespace internal
338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc35 #include "gtest/internal/gtest-port.h"
36 #include "gtest/internal/custom/gtest.h"
68 #include "gtest/internal/gtest-string.h"
71 // implementation. It must come before gtest-internal-inl.h is
73 // prevent the accidental inclusion of gtest-internal-inl.h in the
76 #include "src/gtest-internal-inl.h"
88 internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle),
97 internal::BoolFromGTestEnv("death_test_use_fork", false),
107 namespace internal { namespace in namespace:testing
116 } // namespace internal
120 namespace internal { namespace in namespace:testing
187 namespace internal { namespace in namespace:testing
[all...]
H A Dgtest-typed-test.cc36 namespace internal { namespace in namespace:testing
117 } // namespace internal
H A Dgtest-filepath.cc33 #include "gtest/internal/gtest-filepath.h"
34 #include "gtest/internal/gtest-port.h"
61 #include "gtest/internal/gtest-string.h"
64 namespace internal { namespace in namespace:testing
386 } // namespace internal
H A Dgtest-port.cc32 #include "gtest/internal/gtest-port.h"
68 #include "gtest/internal/gtest-internal.h"
69 #include "gtest/internal/gtest-string.h"
72 // implementation. It must come before gtest-internal-inl.h is
74 // prevent the accidental inclusion of gtest-internal-inl.h in the
77 #include "src/gtest-internal-inl.h"
81 namespace internal { namespace in namespace:testing
1105 static const ::std::vector<testing::internal::string>* g_injected_test_argvs =
1108 void SetInjectableArgvs(const ::std::vector<testing::internal
[all...]
/gem5/src/systemc/core/
H A Dprocess.hh131 bool internal() { return _internal; } function in class:sc_gem5::Process
147 Process(const char *name, ProcessFuncWrapper *func, bool internal=false);
H A Dprocess.cc380 Process::Process(const char *name, ProcessFuncWrapper *func, bool internal) : argument
383 func(func), _internal(internal), _timedOut(false), _dontInitialize(false),
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h38 #include "gtest/internal/gtest-internal.h"
39 #include "gtest/internal/gtest-string.h"
153 namespace internal { namespace in namespace:testing
175 } // namespace internal
H A Dgtest-printers.h37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
103 #include "gtest/internal/gtest-port.h"
104 #include "gtest/internal/gtest-internal.h"
112 // Definitions in the 'internal' and 'internal2' name spaces are
154 const ::testing::internal::string short_str = value.ShortDebugString();
155 const ::testing::internal::string pretty_str =
173 const internal
255 namespace internal { namespace in namespace:testing
[all...]
/gem5/ext/googletest/googletest/make/
H A DMakefile37 $(GTEST_DIR)/include/gtest/internal/*.h
48 # Usually you shouldn't tweak such internal variables, indicated by a
/gem5/ext/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc54 using testing::internal::string;
62 using testing::internal::CaptureStdout;
63 using testing::internal::GetCapturedStdout;
H A Dgmock_stress_test.cc41 // From <gtest/internal/gtest-port.h>.
42 using ::testing::internal::ThreadWithParam;
54 MOCK_METHOD2(Baz, char(const char* s1, const internal::string& s2)); // NOLINT
64 using internal::linked_ptr;
H A Dgmock-actions_test.cc42 #include "gmock/internal/gmock-port.h"
70 using testing::internal::BuiltInDefaultValue;
71 using testing::internal::Int64;
72 using testing::internal::UInt64;
82 using testing::internal::TestMessage;
447 // 'Result' is not a member of class 'testing::internal::Function<int>'
583 // performed. See comments on testing::internal::ReturnAction in
931 using testing::internal::FooMessage;
956 using testing::internal::FooMessage;
1050 using testing::internal
[all...]
H A Dgmock-internal-utils_test.cc34 // This file tests the internal utilities.
36 #include "gmock/internal/gmock-internal-utils.h"
44 #include "gmock/internal/gmock-port.h"
49 // implementation. It must come before gtest-internal-inl.h is
51 // prevent a user from accidentally including gtest-internal-inl.h in
54 #include "src/gtest-internal-inl.h"
68 namespace internal { namespace in namespace:testing
108 PointeeOf<internal::linked_ptr<const char> >::type>();
137 const internal
[all...]
H A Dgmock-spec-builders_test.cc43 #include "gmock/internal/gmock-port.h"
46 #include "gtest/internal/gtest-port.h"
49 namespace internal { namespace in namespace:testing
60 } // namespace internal
94 using testing::internal::ExpectationTester;
95 using testing::internal::FormatFileLocation;
96 using testing::internal::kErrorVerbosity;
97 using testing::internal::kInfoVerbosity;
98 using testing::internal::kWarningVerbosity;
99 using testing::internal
[all...]

Completed in 54 milliseconds

1234