Lines Matching refs:atom
196 void logAtomToStatsd(Atom&& atom) { in logAtomToStatsd() argument
198 const auto& [key, value] = atom; in logAtomToStatsd()
285 void AtomAggregator::push(Atom&& atom) { in push() argument
286 const AtomValue& value = atom.second; in push()
287 if (const auto [it, inserted] = mAggregate.try_emplace(std::move(atom.first), value); in push()
326 [&data](Atom& atom) { data.push(std::move(atom)); }); in AsyncLogger() argument
341 void AsyncLogger::write(Atom&& atom) { in write() argument
346 mChannel.push_back(std::move(atom)); in write()
381 Atom atom = Atom{ in createAtomFrom()
403 auto& value = atom.second; in createAtomFrom()
408 return atom; in createAtomFrom()
412 Atom atom = Atom{ in createAtomFrom()
434 auto& value = atom.second; in createAtomFrom()
443 return atom; in createAtomFrom()