Searched refs:Match (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/src/core/common/ |
| D | string.cpp | 53 MatchType Match(const char *aString, const char *aPrefixString, StringMatchMode aMode) in Match() function 131 if (Match(&aString[index], aSubString, aMode) != kNoMatch) in StringFind() 143 return Match(aString, aPrefixString, aMode) != kNoMatch; in StringStartsWith() 158 …return (subLen > 0) && (len >= subLen) && (Match(&aString[len - subLen], aSubString, aMode) != kNo… in StringEndsWith() 163 return Match(aFirstString, aSecondString, kStringExactMatch) == kFullMatch; in StringMatch() 168 return Match(aFirstString, aSecondString, aMode) == kFullMatch; in StringMatch()
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | check_names.py | 58 class Match(): # pylint: disable=too-few-public-methods class 393 macros.append(Match( 431 mbed_psa_words.append(Match( 487 enum_consts.append(Match( 622 identifiers.append(Match(
|
| /openthread-latest/src/core/thread/ |
| D | mle.hpp | 1177 …static bool Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Address &aDestin…
|
| D | mle.cpp | 4777 bool Mle::DelayedSender::Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Addr… in Match() function in ot::Mle::Mle::DelayedSender 4792 if (Match(schedule, aMessageType, aDestination)) in HasMatchingSchedule() 4806 if (Match(schedule, aMessageType, aDestination)) in RemoveMatchingSchedules()
|