Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.h48 struct AtomKey { struct
63 bool operator==(const AtomKey& lhs, const AtomKey& rhs); argument
64 bool operator<(const AtomKey& lhs, const AtomKey& rhs);
99 using Atom = std::pair<AtomKey, AtomValue>;
112 std::map<AtomKey, AtomValue> mAggregate;
116 std::queue<const AtomKey*> mOrder;
DTelemetryStatsd.cpp255 constexpr auto asTuple(const AtomKey& v) { in asTuple()
264 bool operator==(const AtomKey& lhs, const AtomKey& rhs) { in operator ==()
268 bool operator<(const AtomKey& lhs, const AtomKey& rhs) { in operator <()
295 std::pair<AtomKey, AtomValue> AtomAggregator::pop() { in pop()
299 const AtomKey* key = mOrder.front(); in pop()
382 AtomKey{ in createAtomFrom()
413 AtomKey{ in createAtomFrom()
/packages/modules/NeuralNetworks/runtime/test/
DTestStatsdTelemetry.cpp34 const AtomKey kExampleKey = {
208 const AtomKey key1 = kExampleKey; in TEST()
209 AtomKey key2 = key1; in TEST()