Home
last modified time | relevance | path

Searched refs:typeIt (Results 1 – 25 of 37) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DadapterRegistry.cpp69 TF_FOR_ALL(typeIt, types) { in UsdImagingAdapterRegistry()
75 typeIt->GetTypeName().c_str()); in UsdImagingAdapterRegistry()
104 typeIt->GetTypeName().c_str()); in UsdImagingAdapterRegistry()
113 typeIt->GetTypeName().c_str()); in UsdImagingAdapterRegistry()
119 typeIt->GetTypeName().c_str()); in UsdImagingAdapterRegistry()
128 _typeMap[primTypeName] = *typeIt; in UsdImagingAdapterRegistry()
220 if (typeIt == _typeMap.end()) { in ConstructAdapter()
242 typeIt->second.GetTypeName().c_str(), in ConstructAdapter()
243 typeIt->first.GetText()); in ConstructAdapter()
252 typeIt->second.GetTypeName().c_str(), in ConstructAdapter()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DprimTypeIndex.cpp98 typename _TypeIndex::iterator typeIt = _index.find(typeId); in InsertPrim() local
99 if (typeIt ==_index.end()) { in InsertPrim()
122 _PrimTypeEntry &typeEntry = _entries[typeIt->second]; in InsertPrim()
149 if (typeIt ==_index.end()) { in RemovePrim()
154 _PrimTypeEntry &typeEntry = _entries[typeIt->second]; in RemovePrim()
264 if (typeIt ==_index.end()) { in GetPrim()
286 if (typeIt ==_index.end()) { in GetFallbackPrim()
307 if (typeIt ==_index.end()) { in GetPrimSubtree()
312 _PrimTypeEntry &typeEntry = _entries[typeIt->second]; in GetPrimSubtree()
327 typeIt != _index.end(); in CreateFallbackPrims()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/
H A DKPrDeclarations.cpp99 QHash<Type, QHash<QString, QVariant> >::const_iterator typeIt(m_declarations.constBegin()); in saveOdf() local
100 for (; typeIt != m_declarations.constEnd(); ++typeIt) { in saveOdf()
101 QHash<QString, QVariant>::const_iterator keyIt(typeIt.value().begin()); in saveOdf()
102 for (; keyIt != typeIt.value().constEnd(); ++keyIt) { in saveOdf()
103 switch (typeIt.key()) { in saveOdf()
116 if (typeIt.key() == DateTime) { in saveOdf()
/dports/net/libcmis/libcmis-0.5.2/src/
H A Dcmis-client.cxx550 if ( typeIt == propertiesTypes.end( ) ) in execute()
563 typeIt = propertiesTypes.find( string( "cmis:objectTypeId" ) ); in execute()
564 if ( typeIt == propertiesTypes.end( ) ) in execute()
576 typeIt = propertiesTypes.find( it->first ); in execute()
577 if ( typeIt != propertiesTypes.end( ) ) in execute()
615 if ( typeIt == propertiesTypes.end( ) ) in execute()
629 if ( typeIt == propertiesTypes.end( ) ) in execute()
641 typeIt = propertiesTypes.find( it->first ); in execute()
642 if ( typeIt != propertiesTypes.end( ) ) in execute()
706 if ( typeIt != propertiesTypes.end( ) && typeIt->second->isUpdatable( ) ) in execute()
[all …]
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/
H A Demail.cpp203 auto typeIt = d->mParamMap.findParam(paramName); in setPreferred() local
204 QStringList types = typeIt != d->mParamMap.end() ? typeIt->paramValues : QStringList{}; in setPreferred()
217 typeIt = d->mParamMap.findParam(paramName); in setPreferred()
218 if (typeIt != d->mParamMap.end()) { in setPreferred()
219 typeIt->paramValues = types; in setPreferred()
H A Dresourcelocatorurl.cpp70 …const auto typeIt = std::find_if(std::begin(url_type_names), std::end(url_type_names), [&s](const … in type() local
73 if (typeIt != std::end(url_type_names)) { in type()
74 type |= (*typeIt).type; in type()
/dports/math/frobby/frobby-0.9.1/src/
H A DHelpAction.cpp126 for (vector<const DataType*>::const_iterator typeIt = types.begin(); in displayIOHelp() local
127 typeIt != types.end(); ++typeIt) { in displayIOHelp()
128 const DataType& type = **typeIt; in displayIOHelp()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgtf_annot_assembler.cpp80 auto typeIt = mFeatMap.find(recType); in AddFeature() local
81 if (typeIt == mFeatMap.end()) { in AddFeature()
94 auto typeIt = mFeatMap.find(recType); in FindFeature() local
95 if (typeIt == mFeatMap.end()) { in FindFeature()
98 auto& features = typeIt->second; in FindFeature()
144 auto typeIt = mFeatMap.find(type); in GetTypeMapFor() local
145 if (typeIt == mFeatMap.end()) { in GetTypeMapFor()
148 return typeIt->second; in GetTypeMapFor()
H A Dfeatid_generator.hpp64 auto typeIt = mIdCounter.find(recType); in GetIdFor() local
65 if (typeIt == mIdCounter.end()) { in GetIdFor()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dscopetree.cpp234 const auto typeIt = type->m_properties.find(access->m_name); in checkMemberAccess() local
235 if (typeIt != type->m_properties.end()) { in checkMemberAccess()
236 const ScopeTree *propType = typeIt->type(); in checkMemberAccess()
238 propType ? propType : types.value(typeIt->typeName()).get(), in checkMemberAccess()
320 const auto typeIt = types.find(qualified); in recheckIdentifiers() local
321 if (typeIt != types.end()) { in recheckIdentifiers()
322 if (!checkMemberAccess(code, memberAccessTree->m_child.get(), typeIt->get(), in recheckIdentifiers()
363 const auto typeIt = types.find(memberAccessTree->m_name); in recheckIdentifiers() local
364 if (typeIt != types.end()) { in recheckIdentifiers()
365 if (!checkMemberAccess(code, memberAccessTree.get(), typeIt->get(), types, in recheckIdentifiers()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dscopetree.cpp234 const auto typeIt = type->m_properties.find(access->m_name); in checkMemberAccess() local
235 if (typeIt != type->m_properties.end()) { in checkMemberAccess()
236 const ScopeTree *propType = typeIt->type(); in checkMemberAccess()
238 propType ? propType : types.value(typeIt->typeName()).get(), in checkMemberAccess()
320 const auto typeIt = types.find(qualified); in recheckIdentifiers() local
321 if (typeIt != types.end()) { in recheckIdentifiers()
322 if (!checkMemberAccess(code, memberAccessTree->m_child.get(), typeIt->get(), in recheckIdentifiers()
363 const auto typeIt = types.find(memberAccessTree->m_name); in recheckIdentifiers() local
364 if (typeIt != types.end()) { in recheckIdentifiers()
365 if (!checkMemberAccess(code, memberAccessTree.get(), typeIt->get(), types, in recheckIdentifiers()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternssdk/
H A DDebugExpressionFactory.cpp109 QPatternist::SequenceType::List::const_iterator typeIt(reqTypes.constBegin()); in buildASTTree() local
114 if(typeIt != typeEnd) in buildASTTree()
116 t = *typeIt; in buildASTTree()
117 ++typeIt; in buildASTTree()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DAddonsOperations.cpp70 for (const auto& typeIt : addonTypes) in GetAddons() local
73 if (typeIt == ADDON_UNKNOWN) in GetAddons()
92 CServiceBroker::GetAddonMgr().GetInstalledAddons(typeAddons, typeIt); in GetAddons()
94 CServiceBroker::GetAddonMgr().GetInstallableAddons(typeAddons, typeIt); in GetAddons()
97 CServiceBroker::GetAddonMgr().GetAddons(typeAddons, typeIt); in GetAddons()
99 CServiceBroker::GetAddonMgr().GetDisabledAddons(typeAddons, typeIt); in GetAddons()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Audio/
H A DAudio.cpp264 HashMap<StringHash, Variant>::ConstIterator typeIt = masterGain_.Find(typeHash); in GetSoundSourceMasterGain() local
266 if (typeIt == masterGain_.End() || typeIt == masterIt) in GetSoundSourceMasterGain()
269 return masterIt->second_.GetFloat() * typeIt->second_.GetFloat(); in GetSoundSourceMasterGain()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkFastMarchingImageFilter.hxx175 LabelIterator typeIt( m_LabelImage, in Initialize() local
179 typeIt.GoToBegin(); in Initialize()
180 while( !typeIt.IsAtEnd() ) in Initialize()
182 typeIt.Set(FarPoint); in Initialize()
183 ++typeIt; in Initialize()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Ddbobjectdialogs.cpp297 …Hash<QString, QStringList>::const_iterator typeIt = typeToNames.begin(); typeIt != typeToNames.end… in dropObjects() local
299 for (const QString& name : typeIt.value()) in dropObjects()
301 finalSql = dropSql3.arg(typeIt.key(), dbName, wrapObjIfNeeded(name)); in dropObjects()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_encryption.cpp278 const auto typeIt = fields.constFind("type"); in DeserializeErrors() local
279 if (typeIt == fields.constEnd()) { in DeserializeErrors()
282 } else if (!(*typeIt).isString()) { in DeserializeErrors()
290 } else if (!(*typeIt).isString()) { in DeserializeErrors()
303 next.type = (*typeIt).toString(); in DeserializeErrors()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/addons/
H A Dscriptbuilder.cpp908 map<int, SClassMetadata>::iterator typeIt = classMetadataMap.find(typeId); in GetMetadataStringForTypeProperty() local
909 if(typeIt == classMetadataMap.end()) return ""; in GetMetadataStringForTypeProperty()
911 map<int, string>::iterator propIt = typeIt->second.varMetadataMap.find(varIdx); in GetMetadataStringForTypeProperty()
912 if(propIt == typeIt->second.varMetadataMap.end()) return ""; in GetMetadataStringForTypeProperty()
921 map<int, SClassMetadata>::iterator typeIt = classMetadataMap.find(typeId); in GetMetadataStringForTypeMethod() local
922 if(typeIt == classMetadataMap.end()) return ""; in GetMetadataStringForTypeMethod()
924 map<int, string>::iterator methodIt = typeIt->second.funcMetadataMap.find(method->GetId()); in GetMetadataStringForTypeMethod()
925 if(methodIt == typeIt->second.funcMetadataMap.end()) return ""; in GetMetadataStringForTypeMethod()
/dports/lang/angelscript/sdk/add_on/scriptbuilder/
H A Dscriptbuilder.cpp1048 map<int, SClassMetadata>::iterator typeIt = classMetadataMap.find(typeId); in GetMetadataForTypeProperty() local
1049 if(typeIt == classMetadataMap.end()) return vector<string>(); in GetMetadataForTypeProperty()
1051 map<int, vector<string> >::iterator propIt = typeIt->second.varMetadataMap.find(varIdx); in GetMetadataForTypeProperty()
1052 if(propIt == typeIt->second.varMetadataMap.end()) return vector<string>(); in GetMetadataForTypeProperty()
1061 map<int, SClassMetadata>::iterator typeIt = classMetadataMap.find(typeId); in GetMetadataForTypeMethod() local
1062 if (typeIt == classMetadataMap.end()) return vector<string>(); in GetMetadataForTypeMethod()
1064 …map<int, vector<string> >::iterator methodIt = typeIt->second.funcMetadataMap.find(method->GetId()… in GetMetadataForTypeMethod()
1065 if(methodIt == typeIt->second.funcMetadataMap.end()) return vector<string>(); in GetMetadataForTypeMethod()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/linux/
H A Dstabs_reader_unittest.cc183 StabTypeNameTable::const_iterator typeIt = type_names_.find(typeName); in ParseLine() local
184 if (typeIt == type_names_.end()) in ParseLine()
199 return handler_->Entry(static_cast<__stab_debug_code>(typeIt->second), in ParseLine()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_domain_resolver.cpp116 const auto typeIt = object.find("type"); in ParseDnsResponse() local
117 const auto type = int(base::SafeRound((*typeIt).toDouble())); in ParseDnsResponse()
118 if (!(*typeIt).isDouble()) { in ParseDnsResponse()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dgtf_location_merger.cpp100 auto typeIt = msTypeOrder.find(recType); in GetRecordType() local
101 if (typeIt == msTypeOrder.end()) { in GetRecordType()
104 return typeIt->second; in GetRecordType()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dgtf_location_merger.cpp100 auto typeIt = msTypeOrder.find(recType); in GetRecordType() local
101 if (typeIt == msTypeOrder.end()) { in GetRecordType()
104 return typeIt->second; in GetRecordType()
/dports/games/spring/spring_98.0/rts/Rendering/
H A DQTPFSPathDrawer.cpp130 const PM::PathTypeMap::const_iterator typeIt = pm->pathTypes.find(pathsIt->first); in DrawPaths() local
134 if (typeIt == pm->pathTypes.end() || traceIt == pm->pathTraces.end()) in DrawPaths()
140 DrawSearchExecution(typeIt->second, traceIt->second); in DrawPaths()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-dynblocks.cc54 const auto& typeIt = counters.d_qtypeCounts.find(qtype); in apply() local
55 if (typeIt != counters.d_qtypeCounts.cend()) { in apply()
57 if (pair.second.warningRateExceeded(typeIt->second, now)) { in apply()
61 if (pair.second.rateExceeded(typeIt->second, now)) { in apply()

12