Searched refs:aNotFound (Results 1 – 2 of 2) sorted by relevance
551 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup() argument555 return (entry != nullptr) ? entry->mString : aNotFound; in Lookup()
176 const char *aNotFound = kUnknownString) in Stringify() argument178 …return (static_cast<uint16_t>(aEnum) < kLength) ? aTable[static_cast<uint16_t>(aEnum)] : aNotFound; in Stringify()