Searched refs:itEnd (Results 1 – 8 of 8) sorted by relevance
432 const_iterator itEnd = hs.m_senders.end(); in has_slots() local434 while(it != itEnd) in has_slots()463 const_iterator itEnd = m_senders.end(); in disconnect_all() local465 while(it != itEnd) in disconnect_all()494 typename connections_list::const_iterator itEnd = s.m_connected_slots.end(); in _signal_base0() local496 while(it != itEnd) in _signal_base0()514 typename connections_list::const_iterator itEnd = m_connected_slots.end(); in is_empty() local515 return it == itEnd; in is_empty()522 typename connections_list::const_iterator itEnd = m_connected_slots.end(); in disconnect_all() local524 while(it != itEnd) in disconnect_all()[all …]
231 IteratorState itEnd; local233 makeEndIterator(itEnd);234 for (; !equals(it, itEnd); increment(it)) {268 IteratorState itEnd; local270 makeIterator(itEnd, size_);271 for (; !equals(it, itEnd); increment(it)) {306 IteratorState itEnd; local309 makeIterator(itEnd, size_);310 for (; !equals(it, itEnd); increment(it)) {
134 IteratorState itEnd; local136 other.makeEndIterator(itEnd);137 for (; !equals(it, itEnd); increment(it)) {364 IteratorState itEnd; local366 makeEndIterator(itEnd);367 for (; !equals(it, itEnd); increment(it)) {374 for (; !equals(it, itEnd); increment(it)) {
1048 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local1049 for (; it != itEnd; ++it) in getMemberNames()1053 ValueInternalMap::IteratorState itEnd; in getMemberNames() local1055 value_.map_->makeEndIterator(itEnd); in getMemberNames()1056 for (; !ValueInternalMap::equals(it, itEnd); ValueInternalMap::increment(it)) in getMemberNames()
163 Failures::const_iterator itEnd = failures_.end(); in printFailure() local164 for (Failures::const_iterator it = failures_.begin(); it != itEnd; ++it) { in printFailure()
1245 Json::Value::const_iterator itEnd = value.end(); in checkConstMemberCount() local1246 for (Json::Value::const_iterator it = value.begin(); it != itEnd; ++it) { in checkConstMemberCount()1257 Json::Value::iterator itEnd = value.end(); in checkMemberCount() local1258 for (Json::Value::iterator it = value.begin(); it != itEnd; ++it) { in checkMemberCount()
2121 BlockDefinitionIndexMap::const_iterator itEnd = blockDefinition.end(); in getArgumentInfo() local2122 BlockDefinitionIndexMap::const_iterator it = itEnd; in getArgumentInfo()2138 if(it != itEnd) in getArgumentInfo()2144 ASSERT(it != itEnd); in getArgumentInfo()
3591 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local3592 for (; it != itEnd; ++it) { in getMemberNames()