Home
last modified time | relevance | path

Searched refs:typeOfValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram.h33 explicit SimpleHistogram(helpers::ValueType typeOfValue = helpers::ValueType::VALUE_TYPE_OBJECT) in SimpleHistogram()
34 : typeOfValue_(typeOfValue) in SimpleHistogram()
45 helpers::ValueType typeOfValue = helpers::ValueType::VALUE_TYPE_OBJECT);
114 explicit Histogram(helpers::ValueType typeOfValue = helpers::ValueType::VALUE_TYPE_OBJECT) in Histogram()
115 : SimpleHistogram<Value>(typeOfValue) in Histogram()
126 helpers::ValueType typeOfValue = helpers::ValueType::VALUE_TYPE_OBJECT);
H A Dhistogram-inl.h27 SimpleHistogram<Value>::SimpleHistogram(ForwardIterator start, ForwardIterator finish, helpers::ValueType typeOfValue) in SimpleHistogram() argument
28 : typeOfValue_(typeOfValue) in SimpleHistogram()
62 Histogram<Value>::Histogram(ForwardIterator start, ForwardIterator finish, helpers::ValueType typeOfValue) in Histogram() argument
63 : SimpleHistogram<Value>(typeOfValue) in Histogram()

Completed in 1 milliseconds