Lines Matching refs:Value
144 bool isAttributionUidField(const Field& field, const Value& value) { in isAttributionUidField()
152 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
178 std::string Value::toString() const { in toString()
197 bool Value::isZero() const { in isZero()
216 bool Value::operator==(const Value& that) const { in operator ==()
237 bool Value::operator!=(const Value& that) const { in operator !=()
257 bool Value::operator<(const Value& that) const { in operator <()
278 bool Value::operator>(const Value& that) const { in operator >()
299 bool Value::operator>=(const Value& that) const { in operator >=()
320 Value Value::operator-(const Value& that) const { in operator -()
321 Value v; in operator -()
355 Value& Value::operator=(const Value& that) { in operator =()
382 Value& Value::operator+=(const Value& that) { in operator +=()
415 double Value::getDouble() const { in getDouble()