Searched refs:AtomKey (Results 1 – 3 of 3) sorted by relevance
48 struct AtomKey { struct63 bool operator==(const AtomKey& lhs, const AtomKey& rhs); argument64 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;
255 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()
34 const AtomKey kExampleKey = {208 const AtomKey key1 = kExampleKey; in TEST()209 AtomKey key2 = key1; in TEST()