Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function
43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function