Lines Matching defs:Matchers
845 ### Matching Argument Values Exactly
857 ### Using Simple Matchers
877 ### Combining Matchers {#CombiningMatchers}
914 ### Casting Matchers {#SafeMatcherCast}
969 ### Selecting Between Overloaded Functions {#SelectOverload}
1026 ### Performing Different Actions Based on the Arguments
1048 ### Matching Multiple Arguments as a Whole
1100 ### Using Matchers as Predicates
1138 ### Using Matchers in googletest Assertions
1143 ### Using Predicates as Matchers
1165 ### Matching Arguments that Are Not Copyable
1194 ### Validating a Member of an Object
1261 ### Validating the Value Pointed to by a Pointer Argument
1303 ### Testing a Certain Property of an Object
1347 ### Matching Containers
1447 ### Sharing Matchers
1468 ### Matchers must have no side-effects {#PureMatchers}