Home
last modified time | relevance | path

Searched defs:proto_id (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor.h27 …ProtoDataAccessor(const File &panda_file, File::EntityId proto_id) : panda_file_(panda_file), prot… in ProtoDataAccessor()
/arkcompiler/runtime_core/runtime/
Dmethod.cpp57 Method::Proto::Proto(const panda_file::File &pf, panda_file::File::EntityId proto_id) in Proto()
/arkcompiler/runtime_core/runtime/include/
Dmethod.h163 …ProtoId(const panda_file::File &pf, panda_file::File::EntityId proto_id) : pf_(pf), proto_id_(prot… in ProtoId()