Searched refs:mapIter (Results 1 – 3 of 3) sorted by relevance
334 std::map<std::string, std::string>::const_iterator mapIter; in createShaderPrograms() local335 …for (mapIter = pipeline.getSpecializationMap().begin(); mapIter != pipeline.getSpecializationMap()… in createShaderPrograms()336 mapIter++) in createShaderPrograms()337 m_specializationMap[mapIter->first] = mapIter->second; in createShaderPrograms()
112 for (const auto &mapIter : histogram.diagnostics().diagnostic_map()) in getAsJSON() local114 js::Value key(mapIter.first, allocator); in getAsJSON()115 const proto::Diagnostic &diagnostic = mapIter.second; in getAsJSON()
509 const mapIter = isMapIterator(tabularData); constant512 if (mapIter) {522 if (mapIter) {548 const setlike = setIter || mapIter || isSet(tabularData);