Searched defs:IndexMatcher (Results 1 – 2 of 2) sorted by relevance
52 struct IndexMatcher struct54 IndexMatcher(int aIndex) { mIndex = aIndex; } in IndexMatcher() function56 int mIndex;
77 IndexMatcher IndexMatcher(aIndex); in Get() local