Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhiddenapi_flags.h101 enum class DomainApi : uint32_t { enum
110 static constexpr uint32_t kDomainApiBitMask = helper::BitMask<DomainApi>();
152 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {} in ApiList()
184 static ApiList CorePlatformApi() { return ApiList(DomainApi::kCorePlatformApi); } in CorePlatformApi()
198 return ApiList(static_cast<DomainApi>(i + helper::ToUint(DomainApi::kMin))); in FromName()
290 for (uint32_t i = helper::ToUint(DomainApi::kMin); i <= helper::ToUint(DomainApi::kMax); i++) { in Dump()
305 static constexpr uint32_t kDomainApiCount = helper::NumValues<DomainApi>();