Searched defs:protoId (Results 1 – 5 of 5) sorted by relevance
27 …ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_… in ProtoDataAccessor()
57 for (const auto &protoId : protoInsn.ids()) { in Deserialize() local
139 void AbcMethodProcessor::GetParams(const panda_file::File::EntityId &protoId) in GetParams()
51 Method::Proto::Proto(const panda_file::File &pf, panda_file::File::EntityId protoId) in Proto()
141 …ProtoId(const panda_file::File &pf, panda_file::File::EntityId protoId) : pf_(pf), protoId_(protoI… in ProtoId()