Home
last modified time | relevance | path

Searched defs:IndexMatcher (Results 1 – 2 of 2) sorted by relevance

/external/openthread/tests/nexus/platform/
Dnexus_settings.hpp52 struct IndexMatcher struct
54 IndexMatcher(int aIndex) { mIndex = aIndex; } in IndexMatcher() function
56 int mIndex;
Dnexus_settings.cpp77 IndexMatcher IndexMatcher(aIndex); in Get() local