Searched refs:IsFromCString (Results 1 – 2 of 2) sorted by relevance
104 if (IsFromCString()) in Matches()169 else if (IsFromCString()) in AppendTo()552 return aName.IsFromCString() in CompareName()
531 bool IsFromCString(void) const { return mString != nullptr; } in IsFromCString() function in ot::Dns::Name548 return IsFromCString() ? kTypeCString : (IsFromMessage() ? kTypeMessage : kTypeEmpty); in GetFromType()