Home
last modified time | relevance | path

Searched refs:AtomType (Results 1 – 2 of 2) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h52 enum AtomType { ATOM_TYPE_PUSHED, ATOM_TYPE_PULLED }; enum
213 AtomType atomType;
226 AtomDecl(int code, const string& name, const string& message, AtomType atomType);
DCollation.cpp68 AtomDecl::AtomDecl(int c, const string& n, const string& m, AtomType a) in AtomDecl()
550 static AtomType getAtomType(const FieldDescriptor& atomField) { in getAtomType()
599 const AtomType atomType = getAtomType(atomField); in collate_from_field_descriptor()