Home
last modified time | relevance | path

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

/art/tools/veridex/
Dapi_list_filter.h61 if (list.GetIntValue() == it.GetIntValue()) { in Matches()
Dhidden_api_finder.cc183 stats->api_counts[api_list.GetIntValue()]++; in Dump()
199 stats->api_counts[api_list.GetIntValue()]++; in Dump()
217 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dprecise_hidden_api_finder.cc112 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dveridex.cc285 os << "\t" << stats.api_counts[api_list.GetIntValue()] << " in " << api_list << std::endl; in DumpApiListStats()
/art/libartbase/base/
Dhiddenapi_flags.h201 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function
304 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()
315 os << kValueNames[GetIntValue()]; in Dump()