Searched defs:WeakOrStrongTypePtr (Results 1 – 1 of 1) sorted by relevance
1556 struct TORCH_API WeakOrStrongTypePtr { struct1557 explicit WeakOrStrongTypePtr(WeakTypePtr weak) in WeakOrStrongTypePtr() function1560 explicit WeakOrStrongTypePtr(StrongTypePtr strong) in WeakOrStrongTypePtr() function1563 explicit WeakOrStrongTypePtr(WeakOrStrongCompilationUnit cu, TypePtr type) in WeakOrStrongTypePtr() argument1567 WeakOrStrongCompilationUnit cu_;1568 TypePtr type_;1570 bool holds_strong_ref() const { in holds_strong_ref()1574 bool holds_empty_strong_ref() const { in holds_empty_strong_ref()