Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DFieldValue.h411 struct FieldValue { struct
412 FieldValue() {} in FieldValue() argument
413 FieldValue(const Field& field, const Value& value) : mField(field), mValue(value) { in FieldValue() argument
447 bool isAttributionUidField(const FieldValue& value); argument
Dstatsd_metadata.proto31 message FieldValue { message