Searched refs:WithPointerCountMatcher (Results 1 – 1 of 1) sorted by relevance
381 class WithPointerCountMatcher {384 explicit WithPointerCountMatcher(size_t pointerCount) : mPointerCount(pointerCount) {} in WithPointerCountMatcher() function412 inline WithPointerCountMatcher WithPointerCount(size_t pointerCount) { in WithPointerCount()413 return WithPointerCountMatcher(pointerCount); in WithPointerCount()