Searched refs:WithPointerIdsMatcher (Results 1 – 1 of 1) sorted by relevance
469 class WithPointerIdsMatcher {472 explicit WithPointerIdsMatcher(std::set<int32_t> pointerIds) : mPointerIds(pointerIds) {} in WithPointerIdsMatcher() function511 inline WithPointerIdsMatcher WithPointerIds(const std::set<int32_t /*id*/>& pointerIds) { in WithPointerIds()512 return WithPointerIdsMatcher(pointerIds); in WithPointerIds()