Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.cc184 stats->api_counts[api_list.GetIntValue()]++; in Dump()
196 stats->api_counts[api_list.GetIntValue()]++; in Dump()
210 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dprecise_hidden_api_finder.cc104 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dveridex.cc251 os << stats.api_counts[hiddenapi::ApiList::Whitelist().GetIntValue()] in DumpSummaryStats()
/art/libartbase/base/
Dhiddenapi_flags.h187 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function
279 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()
285 os << kValueNames[GetIntValue()]; in Dump()