Home
last modified time | relevance | path

Searched refs:mapIter (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.cpp334 std::map<std::string, std::string>::const_iterator mapIter; in createShaderPrograms() local
335 …for (mapIter = pipeline.getSpecializationMap().begin(); mapIter != pipeline.getSpecializationMap()… in createShaderPrograms()
336 mapIter++) in createShaderPrograms()
337 m_specializationMap[mapIter->first] = mapIter->second; in createShaderPrograms()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DHistogramWriter.cpp112 for (const auto &mapIter : histogram.diagnostics().diagnostic_map()) in getAsJSON() local
114 js::Value key(mapIter.first, allocator); in getAsJSON()
115 const proto::Diagnostic &diagnostic = mapIter.second; in getAsJSON()
/third_party/node/lib/internal/console/
Dconstructor.js509 const mapIter = isMapIterator(tabularData); constant
512 if (mapIter) {
522 if (mapIter) {
548 const setlike = setIter || mapIter || isSet(tabularData);