Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp52 struct IndexMatcher struct
54 IndexMatcher(int aIndex) { mIndex = aIndex; } in IndexMatcher() argument
63 …bool Matches(const IndexMatcher &aIndexMataher) const { return (AsNonConst(aIndexMataher).mIndex--… in Matches()
Dnexus_settings.cpp77 IndexMatcher IndexMatcher(aIndex); in Get() local
82 value = entry->mValues.FindMatching(IndexMatcher); in Get()
146 IndexMatcher indexMatcher(aIndex); in Delete()