Home
last modified time | relevance | path

Searched defs:AtomDecl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.h206 struct AtomDecl { struct
224 AtomDecl(); argument
H A DCollation.cpp51 AtomDecl::AtomDecl() : code(0), name(), atomType(ATOM_TYPE_PUSHED) { in AtomDecl() function in android::stats_log_api_gen::AtomDecl
54 AtomDecl::AtomDecl(const AtomDecl& that) in AtomDecl() function in android::stats_log_api_gen::AtomDecl
68 AtomDecl::AtomDecl(int c, const string& n, const string& m, AtomType a) in AtomDecl() function in android::stats_log_api_gen::AtomDecl