Home
last modified time | relevance | path

Searched defs:DenseMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h702 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
707 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
713 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
718 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h600 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
605 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
611 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function