HomeSort by relevance Sort by last modified time
    Searched refs:MATCHER (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/media/base/
gmock_callback_support.h 14 MATCHER(IsNullCallback, "a null callback") {
18 MATCHER(IsNotNullCallback, "a non-null callback") {
  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_apitest.cc 78 MATCHER(IsExpectedUserSettings, "") {
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 69 using testing::Matcher;
82 // Returns the description of the given matcher.
84 string Describe(const Matcher<T>& m) {
90 // Returns the description of the negation of the given matcher.
92 string DescribeNegation(const Matcher<T>& m) {
141 // The MATCHER*() macros trigger warning C4100 (unreferenced formal
151 MATCHER(SumIsZero, "") {
168 const Matcher<Tuple3> m = Args<1, 2>(Lt());
175 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
195 const Matcher<tuple<int, bool, char> > m = Args<2, 0>(Lt())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source_unittest.cc 114 MATCHER(CallbackIsNull, "") {