Searched defs:AbstractType (Results 1 – 4 of 4) sorted by relevance
42 explicit AbstractType(const AbstractType &other) : Type(other), abs_(other.abs_) {} in AbstractType() function
20 pub struct AbstractType; struct
355 explicit AbstractType(const TypePtr &type) : AbstractBase(type, kTypeType) { in AbstractType() function
167 explicit AbstractType(py::object cls) in AbstractType() function