Searched defs:handleIt (Results 1 – 1 of 1) sorted by relevance
93 auto handleIt = m_handles.find( command.second.handle ); in VulkanHppGenerator() local521 for ( auto handleIt = std::next( m_handles.begin() ); handleIt != m_handles.end(); ++handleIt ) in prepareRAIIHandles() local558 …std::map<std::string, HandleData>::iterator handleIt = m_handles.find( commandData.params[0].type.… in addCommand() local1464 auto handleIt = m_handles.find( commandIt->second.handle ); in determineInitialSkipCount() local1747 auto handleIt = m_handles.find( commandIt->second.params[1].type.type ); in distributeSecondLevelCommands() local2277 auto handleIt = m_handles.find( commandData.params[1].type.type ); in generateCallArgumentsEnhanced() local5642 auto handleIt = m_handles.find( parameter.type.type ); in generateHandleDependencies() local5672 auto handleIt = m_handles.find( "" ); in generateHandleEmpty() local5711 auto handleIt = m_handles.find( type ); in generateHandleHashStructures() local8795 auto handleIt = m_handles.find( "Vk" + parentType ); in generateRAIIHandleDetails() local[all …]