Searched refs:kLastKey (Results 1 – 2 of 2) sorted by relevance
124 …static constexpr Key kLastKey = kKeyBorderAgentId; ///< The last (numerically) enumerator value in… member in ot::SettingsBase126 …static_assert(static_cast<uint16_t>(kLastKey) < static_cast<uint16_t>(OT_SETTINGS_KEY_VENDOR_RESER…
197 static_assert(kLastKey == kKeyBorderAgentId, "kLastKey is not valid"); in KeyToString()199 OT_ASSERT(aKey <= kLastKey); in KeyToString()