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

/frameworks/base/cmds/statsd/src/
H A DFieldValue.h27 struct FieldValue;
70 * The above wakelock event is translated into FieldValue pairs.
327 struct FieldValue { struct in namespace:android::os::statsd
328 FieldValue() {} function in struct:android::os::statsd::FieldValue
329 FieldValue(const Field& field, const Value& value) : mField(field), mValue(value) { function in struct:android::os::statsd::FieldValue
331 bool operator==(const FieldValue& that) const {
334 bool operator!=(const FieldValue& that) const {
337 bool operator<(const FieldValue& that) const {
356 bool isAttributionUidField(const FieldValue& value);

Completed in 48 milliseconds