Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() function
62 inline TreeDFIterator() : TreeDFIterator(nullptr) {} in TreeDFIterator() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() function
62 inline TreeDFIterator() : TreeDFIterator(nullptr) {} in TreeDFIterator() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() function
62 inline TreeDFIterator() : TreeDFIterator(nullptr) {} in TreeDFIterator() function