Home
last modified time | relevance | path

Searched refs:atomType (Results 1 – 3 of 3) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.cpp51 AtomDecl::AtomDecl() : code(0), name(), atomType(ATOM_TYPE_PUSHED) { in AtomDecl()
59 atomType(that.atomType), in AtomDecl()
69 : code(c), name(n), message(m), atomType(a) { in AtomDecl()
599 const AtomType atomType = getAtomType(atomField); in collate_from_field_descriptor() local
603 make_shared<AtomDecl>(atomField.number(), atomField.name(), atom.name(), atomType); in collate_from_field_descriptor()
614 if (atomType == ATOM_TYPE_PULLED) { in collate_from_field_descriptor()
637 atomType == ATOM_TYPE_PUSHED ? atoms.signatureInfoMap[signature] in collate_from_field_descriptor()
644 make_shared<AtomDecl>(atomField.number(), atomField.name(), atom.name(), atomType); in collate_from_field_descriptor()
DCollation.h213 AtomType atomType; member
226 AtomDecl(int code, const string& name, const string& message, AtomType atomType);
Drust_writer.cpp122 if (atomDecl.atomType == ATOM_TYPE_PULLED) { in write_rust_method_signature()
311 if (atomDecl.atomType == ATOM_TYPE_PUSHED) { in write_rust_method_body()
375 if (atomDecl.atomType == ATOM_TYPE_PUSHED) { in write_rust_method_body()
392 if (atomDecl->atomType == ATOM_TYPE_PUSHED) { in write_rust_stats_write_method()
479 const bool isPush = atomDecl->atomType == ATOM_TYPE_PUSHED; in write_rust_struct()