Home
last modified time | relevance | path

Searched refs:this_it (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/util/
Dbit_vector.cpp42 auto this_it = this->bits_.begin(); in Or() local
46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
47 auto temp = *this_it | *other_it; in Or()
48 if (temp != *this_it) { in Or()
50 *this_it = temp; in Or()
52 ++this_it; in Or()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dbit_vector.cpp42 auto this_it = this->bits_.begin(); in Or() local
46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
47 auto temp = *this_it | *other_it; in Or()
48 if (temp != *this_it) { in Or()
50 *this_it = temp; in Or()
52 ++this_it; in Or()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dbit_vector.cpp42 auto this_it = this->bits_.begin(); in Or() local
46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
47 auto temp = *this_it | *other_it; in Or()
48 if (temp != *this_it) { in Or()
50 *this_it = temp; in Or()
52 ++this_it; in Or()
/third_party/node/deps/v8/src/compiler/
Dload-elimination.h154 for (auto this_it : this->info_for_node_) { in NON_EXPORTED_BASE() local
155 Node* this_object = this_it.first; in NON_EXPORTED_BASE()
156 FieldInfo this_second = this_it.second; in NON_EXPORTED_BASE()
161 copy->info_for_node_.insert(this_it); in NON_EXPORTED_BASE()
Dload-elimination.cc373 for (auto this_it : this->info_for_node_) { in Merge()
374 Node* this_object = this_it.first; in Merge()
375 ZoneHandleSet<Map> this_maps = this_it.second; in Merge()
378 copy->info_for_node_.insert(this_it); in Merge()