Home
last modified time | relevance | path

Searched refs:HasPositionALL (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/
DFieldValue.cpp460 bool HasPositionALL(const FieldMatcher& matcher) { in HasPositionALL() function
465 if (HasPositionALL(child)) { in HasPositionALL()
DFieldValue.h442 bool HasPositionALL(const FieldMatcher& matcher);
/packages/modules/StatsD/statsd/src/metrics/
DCountMetricProducer.cpp93 mSliceByPositionALL = HasPositionALL(metric.dimensions_in_what()); in CountMetricProducer()
DGaugeMetricProducer.cpp135 mSliceByPositionALL = HasPositionALL(metric.dimensions_in_what());
DDurationMetricProducer.cpp120 mSliceByPositionALL = HasPositionALL(metric.dimensions_in_what()); in DurationMetricProducer()
DValueMetricProducer.cpp136 mSliceByPositionALL = HasPositionALL(metric.dimensions_in_what()); in ValueMetricProducer()