Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp104 if (IsFromCString()) in Matches()
169 else if (IsFromCString()) in AppendTo()
552 return aName.IsFromCString() in CompareName()
Ddns_types.hpp531 bool IsFromCString(void) const { return mString != nullptr; } in IsFromCString() function in ot::Dns::Name
548 return IsFromCString() ? kTypeCString : (IsFromMessage() ? kTypeMessage : kTypeEmpty); in GetFromType()