Lines Matching defs:inner
590 // inner explanation.
1870 // compatible with the inner matcher, where type Pointer can be
1929 // compatible with the inner matcher, where type PointerType can be
1979 // The result of dynamic_cast<To> is forwarded to the inner matcher.
1980 // If To is a pointer and the cast fails, the inner matcher will receive NULL.
2542 // construct the inner explanation.
2614 // We pass the LHS value and the RHS value to the inner matcher by
2959 // Returns true if and only if 'key_value.first' (the key) matches the inner
3349 explicit FieldsAreMatcher(Inner... inner) : matchers_(std::move(inner)...) {}
4346 // The result of dynamic_cast<To> is forwarded to the inner matcher.
4347 // If To is a pointer and the cast fails, the inner matcher will receive NULL.
4367 // The call to MatcherCast() is required for supporting inner
4396 // The call to MatcherCast() is required for supporting inner