Lines Matching defs:address
194 // address.
530 // underlying Matcher<U> may be interested in the argument's address, which
646 // universal printer from printing the address of value, which
649 // the address is interesting.
1502 // interested in the address of the argument.
1540 // some matcher may be interested in its address (e.g. as in
3026 *os << "has address that ";
3031 *os << "does not have address that ";
3037 *listener << "which has address ";
3038 Address address = std::addressof(object);
3039 return MatchPrintAndExplain(address, matcher_, listener);
5031 // Creates a matcher that matches an object that has an address that matches