Home
last modified time | relevance | path

Searched defs:FieldValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/
DFieldValue.h358 struct FieldValue { struct
359 FieldValue() {} in FieldValue() argument
360 FieldValue(const Field& field, const Value& value) : mField(field), mValue(value) { in FieldValue() argument
387 bool isAttributionUidField(const FieldValue& value); argument