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.h53 enum AtomType { enum
177 AtomType atomType;
189 AtomDecl(int code, const string& name, const string& message, AtomType atomType);
DCollation.cpp65 AtomDecl::AtomDecl(int c, const string& n, const string& m, AtomType a) in AtomDecl()
453 static AtomType getAtomType(const FieldDescriptor* atomField) { in getAtomType()
503 const AtomType atomType = getAtomType(atomField); in collate_from_field_descriptor()