Home
last modified time | relevance | path

Searched refs:KllQuantileOptions (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/lib/libkll/include/
Dkll.h32 class KllQuantileOptions; variable
37 static std::unique_ptr<KllQuantile> Create(const KllQuantileOptions& options,
109 class KllQuantileOptions {
/packages/modules/StatsD/lib/libkll/
Dkll.cpp33 return Create(KllQuantileOptions(), error); in Create()
36 std::unique_ptr<KllQuantile> KllQuantile::Create(const KllQuantileOptions& options, in Create()
/packages/modules/StatsD/lib/libkll/tests/
Dkll_test.cpp88 KllQuantileOptions options; in TEST()
121 KllQuantileOptions options; in TEST()