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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc537 Action<std::string()> a2 = Return("world");
538 EXPECT_EQ("world", a2.Perform(make_tuple()));
815 a = SetArgPointee<1>("world");
819 EXPECT_STREQ("world", ptr);
824 Action<MyFunction> a = SetArgPointee<0>(L"world");
827 EXPECT_STREQ(L"world", ptr);
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
835 EXPECT_EQ(L"world", str);
852 char world_array[] = "world";
853 char* const world local
873 wchar_t* const world = world_array; local
[all...]

Completed in 8 milliseconds