Searched refs:IndexMatcher (Results 1 – 2 of 2) sorted by relevance
52 struct IndexMatcher struct54 IndexMatcher(int aIndex) { mIndex = aIndex; } in IndexMatcher() argument63 …bool Matches(const IndexMatcher &aIndexMataher) const { return (AsNonConst(aIndexMataher).mIndex--… in Matches()
77 IndexMatcher IndexMatcher(aIndex); in Get() local82 value = entry->mValues.FindMatching(IndexMatcher); in Get()146 IndexMatcher indexMatcher(aIndex); in Delete()