Searched defs:mapIter (Results 1 – 5 of 5) sorted by relevance
12 type mapIter struct { struct13 v reflect.Value14 keys []reflect.Value23 func (i *mapIter) Next() bool {32 func (i *mapIter) Key() reflect.Value {36 func (i *mapIter) Value() reflect.Value {
166 for (const auto &mapIter : histogram.diagnostics().diagnostic_map()) in getAsJSON() local
339 std::map<std::string, std::string>::const_iterator mapIter; in createShaderPrograms() local
381 auto mapIter = opReadWriteMap.find(op); in computeID() local
457 auto mapIter = opReadWriteMap.find(op); in computeId() local