Home
last modified time | relevance | path

Searched refs:other_it (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dbit_vector.cpp43 auto other_it = other.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()
53 ++other_it; in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dbit_vector.cpp43 auto other_it = other.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()
53 ++other_it; in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/spirv-tools/source/util/
H A Dbit_vector.cpp43 auto other_it = other.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()
53 ++other_it; in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc288 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom()
290 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
291 Map<MapKey, MapValueRef>::iterator iter = map->find(other_it->first); in MergeFrom()
294 map_val = &map_[other_it->first]; in MergeFrom()
305 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
309 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
313 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
317 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
321 map_val->SetFloatValue(other_it in MergeFrom()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dfunctional-list.h40 iterator other_it = other.begin(); in operator ==() local
42 if (it == other_it) return true; in operator ==()
43 if (*it != *other_it) return false; in operator ==()
45 ++other_it; in operator ==()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h996 const ParamIterator<From> other_it = variable
998 return it_ == other_it;
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h993 const ParamIterator<From> other_it = variable
995 return it_ == other_it;

Completed in 7 milliseconds