Lines Matching full:matchers
38 // This file implements some commonly used variadic matchers.
46 #include "gmock/gmock-matchers.h"
220 const Matcher<const Element&> matchers[] = {
228 return MakeMatcher(new ElementsAreMatcherImpl<Container>(matchers, $i));
349 // matchers. The former form infers the size of 'array', which must
366 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
386 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
411 // define custom matchers easily.
469 // Parameterizing Matchers
500 // support multi-parameter matchers.
502 // Describing Parameterized Matchers
565 // can be useful when composing matchers.
593 // Overloading Matchers
596 // You can overload matchers with different numbers of parameters:
610 // overloading matchers based on parameter types (as opposed to just