Searched refs:GetIntValue (Results 1 – 9 of 9) 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()
285 os << "\t" << stats.api_counts[api_list.GetIntValue()] << " in " << api_list << std::endl; in DumpApiListStats()
211 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function268 return kValueNames[Unsupported().GetIntValue()]; in CoerceAtMost()335 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()346 os << kValueNames[GetIntValue()]; in Dump()
35 int GetIntValue(Value value);
92 int GetIntValue(Value value) { in GetIntValue() function
822 return SetUniformValue(GetUniform(name), GetIntValue(value)); in SetUniformValue()
167 result = env->NewObject(clazz, constructorID, GetIntValue(value)); in ToJObject()