Lines Matching refs:GetValue
170 DCHECK(GetValue() == val);
176 Value GetValue() const { in GetValue() function
215 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue()
268 const Value val1 = GetValue(); in CanCombineWith()
269 const Value val2 = other.GetValue(); in CanCombineWith()
280 const Value val1 = GetValue();
281 const Value val2 = other.GetValue();
302 return ((other.GetValue() == Value::kInvalid) || (GetValue() == other.GetValue())) && in Contains()
307 bool IsValid() const { return GetValue() != Value::kInvalid; } in IsValid()
310 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty()
314 return GetValue() == Value::kBlocked; in IsBlocked()
318 return GetValue() == Value::kSdk; in IsSdkApi()
337 if (GetValue() != Value::kInvalid) { in Dump()