Home
last modified time | relevance | path

Searched refs:other_it (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Delst2.cpp296 if (!other_it) in exchange()
298 if (!(other_it->list)) in exchange()
320 if ((next == other_it->current) || (other_it->next == current)) { in exchange()
322 if ((next == other_it->current) && (other_it->next == current)) { in exchange()
324 other_it->prev = other_it->next = other_it->current; in exchange()
336 other_it->next = other_it->current; in exchange()
347 other_it->prev = other_it->current; in exchange()
367 if (other_it->list->last == other_it->current) { in exchange()
374 if (other_it->current == other_it->cycle_pt) { in exchange()
407 if (!other_it) in extract_sublist()
[all …]
H A Delst.cpp280 if (!other_it) in exchange()
282 if (!(other_it->list)) in exchange()
304 if ((next == other_it->current) || (other_it->next == current)) { in exchange()
306 if ((next == other_it->current) && (other_it->next == current)) { in exchange()
308 other_it->prev = other_it->next = other_it->current; in exchange()
316 other_it->next = other_it->current; in exchange()
323 other_it->prev = other_it->current; in exchange()
339 if (other_it->list->last == other_it->current) { in exchange()
346 if (other_it->current == other_it->cycle_pt) { in exchange()
379 if (!other_it) in extract_sublist()
[all …]
H A Dclst.cpp304 if ((list->empty()) || (other_it->list->empty()) || (current == other_it->current)) { in exchange()
319 if ((next == other_it->current) || (other_it->next == current)) { in exchange()
321 if ((next == other_it->current) && (other_it->next == current)) { in exchange()
323 other_it->prev = other_it->next = other_it->current; in exchange()
331 other_it->next = other_it->current; in exchange()
338 other_it->prev = other_it->current; in exchange()
354 if (other_it->list->last == other_it->current) { in exchange()
361 if (other_it->current == other_it->cycle_pt) { in exchange()
434 other_it->prev = other_it->current = other_it->next = nullptr; in extract_sublist()
438 next = other_it->next; in extract_sublist()
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dfeature_vec_averager.cc18 FeatureVec::Map::const_iterator other_it; in updateTotalsTimestamps() local
19 for (other_it = other.data.begin(); other_it != other.data.end(); other_it++) { in updateTotalsTimestamps()
20 updateTotal(other_it->first); in updateTotalsTimestamps()
21 tstamps[other_it->first] = iterations; in updateTotalsTimestamps()
/dports/net/kea/kea-2.0.1/src/lib/hooks/
H A Dhooks_config.cc80 for (isc::hooks::HookLibsCollection::const_iterator other_it = in equal() local
81 other.libraries_.begin(); other_it != other.libraries_.end(); ++other_it) { in equal()
82 if (this_it->first != other_it->first) { in equal()
85 if (isNull(this_it->second) && isNull(other_it->second)) { in equal()
89 if (isNull(this_it->second) || isNull(other_it->second)) { in equal()
92 if (this_it->second->equals(*other_it->second)) { in equal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/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()
/dports/devel/intel-graphics-compiler/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/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()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/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()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/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()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DGroup_algebra.cpp197 std::list< Group_item* >::iterator other_it; in add() local
205 for( other_it = other_todo.begin(); other_it != other_todo.end(); ) { in add()
216 *this_it = (*this_it)->add( *other_it ); in add()
219 other_it = other_todo.erase( other_it ); in add()
221 ++other_it; in add()
248 std::list< Group_item* >::iterator this_it, other_it; in add() local
260 if( other_it == other_todo.end() ) in add()
262 if( other_it == other_todo.end() ) in add()
264 if( other_it != other_todo.end() ) { in add()
267 Group_item *tmp_result = (*this_it)->add( *other_it ); in add()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Doption_space_container.h137 typename OptionSpaceMap::const_iterator other_it = in equals() local
139 if (other_it == other.option_space_map_.end()) { in equals()
145 if (it->second->size() != other_it->second->size()) { in equals()
156 other_it->second->begin(); in equals()
157 other_items_it != other_it->second->end(); in equals()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc289 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
291 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
295 map_val = &map_[other_it->first]; in MergeFrom()
306 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
310 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
314 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
318 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
322 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
330 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc284 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
286 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
290 map_val = &map_[other_it->first]; in MergeFrom()
301 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
305 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
309 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
313 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
317 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
325 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
333 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc284 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
286 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
290 map_val = &map_[other_it->first]; in MergeFrom()
301 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
305 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
309 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
313 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
317 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
325 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
333 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc289 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
291 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
295 map_val = &map_[other_it->first]; in MergeFrom()
306 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
310 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
314 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
318 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
322 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
330 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc289 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
291 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
295 map_val = &map_[other_it->first]; in MergeFrom()
306 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
310 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
314 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
318 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
322 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
330 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc289 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
291 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
295 map_val = &map_[other_it->first]; in MergeFrom()
306 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
310 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
314 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
318 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
322 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
330 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dmap_field.cc330 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
332 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
336 map_val = &map_[other_it->first]; in MergeFrom()
347 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
351 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
355 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
359 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
363 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
371 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
379 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc330 for (Map<MapKey, MapValueRef>::const_iterator other_it = in MergeFrom() local
332 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
336 map_val = &map_[other_it->first]; in MergeFrom()
347 map_val->SetInt32Value(other_it->second.GetInt32Value()); in MergeFrom()
351 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
355 map_val->SetUInt32Value(other_it->second.GetUInt32Value()); in MergeFrom()
359 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom()
363 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
371 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
379 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dstrlist.cpp37 StrList::const_iterator other_it = begin(); in operator ==() local
39 if (!((*this_it) == (*other_it))) in operator ==()
42 ++other_it; in operator ==()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dstrlist.cpp37 StrList::const_iterator other_it = begin(); in operator ==() local
39 if (!((*this_it) == (*other_it))) in operator ==()
42 ++other_it; in operator ==()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dstrlist.cpp37 StrList::const_iterator other_it = begin(); in operator ==() local
39 if (!((*this_it) == (*other_it))) in operator ==()
42 ++other_it; in operator ==()

123