Searched defs:Describe (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc84 string Describe(const Matcher<T>& m) { function in namespace:__anon2719
198 Describe(m));
206 Describe(m));
291 EXPECT_EQ("is empty", Describe(m));
296 EXPECT_EQ("has 1 element that is > 5", Describe(m));
303 "element #1 is equal to \"two\"", Describe(m));
601 EXPECT_EQ("is even", Describe(m));
642 EXPECT_EQ("is even", Describe(m1));
646 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
714 EXPECT_EQ("is greater than 32 and 5", Describe(
[all...]
H A Dgmock-matchers_test.cc178 string Describe(const Matcher<T>& m) { function in namespace:testing::gmock_matchers_test
322 Describe(Matcher<int>(new EvenMatcherImpl)));
401 EXPECT_EQ("g_bar or zero", Describe(m1));
407 EXPECT_EQ("g_bar or zero", Describe(m2));
442 EXPECT_EQ("is even", Describe(m1));
445 EXPECT_EQ("is odd", Describe(not_m1));
453 EXPECT_EQ("is even", Describe(m2));
456 EXPECT_EQ("is odd", Describe(not_m2));
636 EXPECT_EQ("is anything", Describe(A<bool>()));
656 EXPECT_EQ("is anything", Describe(A
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc143 print_stream_ << Describe(sev) << "(" << DescribeFile(file)
371 const char* LogMessage::Describe(LoggingSeverity sev) { function in class:talk_base::LogMessage

Completed in 98 milliseconds