Home
last modified time | relevance | path

Searched refs:BaseSet (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h70 using BaseSet = SmallPtrSet<NodeRef, SmallSize>; member
71 using iterator = typename BaseSet::iterator;
73 std::pair<iterator,bool> insert(NodeRef N) { return BaseSet::insert(N); } in insert()
75 void insert(IterT Begin, IterT End) { BaseSet::insert(Begin,End); } in insert()
/third_party/python/Misc/
DHISTORY22883 or when you need to use sets as dict keys, and a class BaseSet which