Searched refs:GetIntValue (Results 1 – 6 of 6) sorted by relevance
61 if (list.GetIntValue() == it.GetIntValue()) { in Matches()
190 stats->api_counts[api_list.GetIntValue()]++; in Dump()206 stats->api_counts[api_list.GetIntValue()]++; in Dump()224 stats->api_counts[api_list.GetIntValue()]++; in Dump()
112 stats->api_counts[api_list.GetIntValue()]++; in Dump()
286 os << "\t" << stats.api_counts[api_list.GetIntValue()] << " in " << api_list << std::endl; in DumpApiListStats()
215 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function327 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()338 os << kValueNames[GetIntValue()]; in Dump()
900 if (api_list_found && it->second.GetIntValue() > max_hiddenapi_level_.GetIntValue()) { in EncodeAccessFlags()901 ApiList without_domain(it->second.GetIntValue()); in EncodeAccessFlags()