HomeSort by relevance Sort by last modified time
    Searched refs:Truly (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_observer_mock.h 20 using testing::Truly;
pref_notifier_impl_unittest.cc 20 using testing::Truly;
  /external/chromium/testing/gmock/test/
gmock_link_test.h 94 // Truly(predicate)
174 using testing::Truly;
639 // Tests the linkage of the Truly matcher.
641 Matcher<const char*> m = Truly(&InvokeHelper::StaticBoolFromString);
gmock-matchers_test.cc 118 using testing::Truly;
493 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 85 'Truly',
282 r'call to \'Truly\(<unresolved overloaded function type>\)')
284 r'call to \'Truly')
286 The argument you gave to Truly() is an overloaded function. Please tell
292 Truly(static_cast<bool (*)(int n)>(Foo))"""
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 44 milliseconds