Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h74 iterator_template(const iterator_template& i) : node_(i.node_) {} in iterator_template() function
138 inline iterator_template(T* node) { node_ = node; } in iterator_template() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h74 iterator_template(const iterator_template& i) : node_(i.node_) {} in iterator_template() function
138 inline iterator_template(T* node) { node_ = node; } in iterator_template() function