Lines Matching refs:GetValue
167 DCHECK(GetValue() == val);
173 Value GetValue() const { in GetValue() function
211 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue()
280 const Value val1 = GetValue(); in CanCombineWith()
281 const Value val2 = other.GetValue(); in CanCombineWith()
292 const Value val1 = GetValue();
293 const Value val2 = other.GetValue();
314 return ((other.GetValue() == Value::kInvalid) || (GetValue() == other.GetValue())) && in Contains()
319 bool IsValid() const { return GetValue() != Value::kInvalid; } in IsValid()
322 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty()
326 return GetValue() == Value::kBlocked; in IsBlocked()
345 if (GetValue() != Value::kInvalid) { in Dump()