Searched refs:Char (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_test.cc48 template <typename Char, int M, int N>
49 void TestInitGoogleMock(const Char* (&argv)[M], const Char* (&new_argv)[N],
54 InitGoogleMock(&argc, const_cast<Char**>(argv));
H A Dgmock-generated-actions_test.cc68 inline char Char(char ch) { return ch; } function in namespace:testing::gmock_generated_actions_test
303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3))));
387 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3))));
409 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
651 EXPECT_EQ(11, a1.Perform(make_tuple(5, Char(6), &dummy)));
749 EXPECT_EQ(10, a1.Perform(make_tuple(Char(1), true)));
H A Dgmock-more-actions_test.cc73 inline char Char(char ch) { return ch; } function in namespace:testing::gmock_more_actions_test
360 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
392 EXPECT_EQ(1124, a.Perform(make_tuple(1000, true, Char(1))));
471 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc143 // The template argument UnsignedChar is the unsigned version of Char,
145 template <typename UnsignedChar, typename Char>
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
215 // UnsignedChar is the unsigned version of Char, which is the type of c.
216 template <typename UnsignedChar, typename Char>
217 void PrintCharAndCodeTo(Char c, ostream* os) {
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc728 // to std::basic_ostream<Char, CharTraits> for any valid Char and
735 template <typename Char, typename CharTraits>
736 std::basic_ostream<Char, CharTraits>& operator<<(
737 std::basic_ostream<Char, CharTraits>& os,
752 template <typename Char, typename CharTraits, typename T>
753 std::basic_ostream<Char, CharTraits>& operator<<(
754 std::basic_ostream<Char, CharTraits>& os,
773 template <typename Char, typename CharTraits, typename T>
774 std::basic_ostream<Char, CharTrait
[all...]
H A Dgtest_unittest.cc4709 TEST(EqAssertionTest, Char) {
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h193 // Note that this operator<< takes a generic std::basic_ostream<Char,
197 // Foo that supports streaming to std::basic_ostream<Char,
200 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
202 template <typename Char, typename CharTraits, typename T>
203 ::std::basic_ostream<Char, CharTraits>& operator<<(
204 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {

Completed in 51 milliseconds