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.cpp56 atomType(that.atomType), in AtomDecl()
66 : code(c), name(n), message(m), atomType(a) { in AtomDecl()
503 const AtomType atomType = getAtomType(atomField); in collate_from_field_descriptor() local
508 atomType); in collate_from_field_descriptor()
529 atomType == ATOM_TYPE_PUSHED ? in collate_from_field_descriptor()
538 atomType); in collate_from_field_descriptor()
DCollation.h177 AtomType atomType; member
189 AtomDecl(int code, const string& name, const string& message, AtomType atomType);
Drust_writer.cpp118 if (atomDecl.atomType == ATOM_TYPE_PULLED) { in write_rust_method_signature()
305 if (atomDecl.atomType == ATOM_TYPE_PUSHED) { in write_rust_method_body()
368 if (atomDecl.atomType == ATOM_TYPE_PUSHED) { in write_rust_method_body()
385 if (atomDecl->atomType == ATOM_TYPE_PUSHED) { in write_rust_stats_write_method()
471 bool isPush = atomDecl->atomType == ATOM_TYPE_PUSHED; in write_rust_struct()