Home
last modified time | relevance | path

Searched refs:valueIter (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp447 …or (vector<ValueEntry*>::const_iterator valueIter = oldEntries.begin(); valueIter != oldEntries.en… in popValueScope() local
448 oldValues[(*valueIter)->getVariable()] = *valueIter; in popValueScope()
458 … (vector<ValueEntry*>::const_iterator valueIter = valueEntries.begin(); valueIter != valueEntries.… in popValueScope() local
460 const ValueEntry* entry = *valueIter; in popValueScope()
493 …or (vector<ValueEntry*>::const_iterator valueIter = oldEntries.begin(); valueIter != oldEntries.en… in popValueScope() local
495 const ValueEntry* oldEntry = *valueIter; in popValueScope()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapTestSuiteBuilder.java534 Iterator<V> valueIter = sampleValuesIterator(); in order() local
537 entries.add(mapEntry(k, valueIter.next())); in order()