Searched refs:pointFToString (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 41 inline std::string pointFToString(const PointF& p) { in pointFToString() function 430 *os << "expected pointers " << dumpMap(mPointers, constToString, pointFToString) in MatchAndExplain() 431 << ", but got " << dumpMap(actualPointers, constToString, pointFToString); in MatchAndExplain() 446 *os << "expected pointers " << dumpMap(mPointers, constToString, pointFToString) in MatchAndExplain() 447 << ", but got " << dumpMap(actualPointers, constToString, pointFToString); in MatchAndExplain() 454 *os << "with pointers " << dumpMap(mPointers, constToString, pointFToString); in DescribeTo()
|