Searched refs:WithPointerCountMatcher (Results 1 – 1 of 1) sorted by relevance
394 class WithPointerCountMatcher {397 explicit WithPointerCountMatcher(size_t pointerCount) : mPointerCount(pointerCount) {} in WithPointerCountMatcher() function425 inline WithPointerCountMatcher WithPointerCount(size_t pointerCount) { in WithPointerCount()426 return WithPointerCountMatcher(pointerCount); in WithPointerCount()