Lines Matching refs:ProtoId
60 class ProtoId; variable
88 virtual void Dispatch(const ProtoId* proto_id) = 0;
442 IndexedCollectionVector<ProtoId>& ProtoIds() { return proto_ids_; } in ProtoIds()
443 const IndexedCollectionVector<ProtoId>& ProtoIds() const { return proto_ids_; } in ProtoIds()
552 IndexedCollectionVector<ProtoId> proto_ids_;
652 class ProtoId : public IndexedItem {
654 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters) in ProtoId() function
657 ~ProtoId() override { } in ~ProtoId()
672 DISALLOW_COPY_AND_ASSIGN(ProtoId);
699 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
706 const ProtoId* Proto() const { return proto_; } in Proto()
713 const ProtoId* proto_;
781 void SetProtoId(ProtoId* proto_id) { u_.proto_val_ = proto_id; } in SetProtoId()
799 ProtoId* GetProtoId() const { return u_.proto_val_; } in GetProtoId()
821 ProtoId* proto_val_;