Home
last modified time | relevance | path

Searched refs:LessThan (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.h205 bool LessThan(const DimensionsValue& s1, const DimensionsValue& s2);
206 bool LessThan(const DimensionsPair& s1, const DimensionsPair& s2);
257 return LessThan(s1, s2); in operator()
Dstatsd_test_util.cpp600 bool LessThan(const DimensionsValue& s1, const DimensionsValue& s2) { in LessThan() function
629 return LessThan(s1.value_tuple().dimensions_value(i), in LessThan()
641 bool LessThan(const DimensionsPair& s1, const DimensionsPair& s2) { in LessThan() function
642 if (LessThan(s1.dimInWhat, s2.dimInWhat)) { in LessThan()
644 } else if (LessThan(s2.dimInWhat, s1.dimInWhat)) { in LessThan()
648 return LessThan(s1.dimInCondition, s2.dimInCondition); in LessThan()
/frameworks/base/cmds/statsd/src/
DHashableDimensionKey.cpp111 bool LessThan(const vector<FieldValue>& s1, const vector<FieldValue>& s2) { in LessThan() function
139 return LessThan(getValues(), that.getValues()); in operator <()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h148 inline static C2SupportedRange<T> LessThan(T value) {
719 return limitTo(C2SupportedRange<T>::LessThan(value));