Home
last modified time | relevance | path

Searched refs:iterator_template (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h72 class iterator_template {
74 iterator_template(const iterator_template& i) : node_(i.node_) {} in iterator_template() function
76 iterator_template& operator++() {
81 iterator_template& operator--() {
86 iterator_template& operator=(const iterator_template& i) {
94 friend inline bool operator==(const iterator_template& lhs,
95 const iterator_template& rhs) {
98 friend inline bool operator!=(const iterator_template& lhs,
99 const iterator_template& rhs) {
107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore()
[all …]
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h72 class iterator_template {
74 iterator_template(const iterator_template& i) : node_(i.node_) {} in iterator_template() function
76 iterator_template& operator++() {
81 iterator_template& operator--() {
86 iterator_template& operator=(const iterator_template& i) {
94 friend inline bool operator==(const iterator_template& lhs,
95 const iterator_template& rhs) {
98 friend inline bool operator!=(const iterator_template& lhs,
99 const iterator_template& rhs) {
107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction_list.h81 iterator_template next_node = *this; in Erase()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h81 iterator_template next_node = *this; in Erase()