Lines Matching refs:Value
142 bool isAttributionUidField(const Field& field, const Value& value) { in isAttributionUidField()
158 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
184 std::string Value::toString() const { in toString()
203 bool Value::isZero() const { in isZero()
222 bool Value::operator==(const Value& that) const { in operator ==()
243 bool Value::operator!=(const Value& that) const { in operator !=()
263 bool Value::operator<(const Value& that) const { in operator <()
284 bool Value::operator>(const Value& that) const { in operator >()
305 bool Value::operator>=(const Value& that) const { in operator >=()
326 Value Value::operator-(const Value& that) const { in operator -()
327 Value v; in operator -()
361 Value& Value::operator=(const Value& that) { in operator =()
390 Value& Value::operator+=(const Value& that) { in operator +=()
423 double Value::getDouble() const { in getDouble()
438 size_t Value::getSize() const { in getSize()