Searched defs:Atom (Results 1 – 7 of 7) sorted by relevance
36 public @interface Atom { annotation in DevicePolicyMetricConsts
28 message Atom { message
231 constexpr auto fn = [](Atom&& /*atom*/) {}; in TEST()240 auto fn = [&loggingOccurred](Atom&& /*atom*/) mutable { loggingOccurred.signal(); }; in TEST()256 const auto fn = [&count, &loggingOccurred](Atom&& /*atom*/) { in TEST()283 const auto fn = [&count, &allDataSent](Atom&& /*atom*/) { in TEST()
85 GeneratedMessage.GeneratedExtension<AtomsProto.Atom, Type> extension) throws Exception { in getAtoms()
99 using Atom = std::pair<AtomKey, AtomValue>; variable
26 message Atom { message
2136 [](const pair<Atom, int64_t>& lhs, const pair<Atom, int64_t>& rhs) { in unnestGaugeAtomData()