Home
last modified time | relevance | path

Searched defs:mapIter (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/internal/impl/
Dcodec_map_go111.go12 type mapIter struct { struct
13 v reflect.Value
14 keys []reflect.Value
23 func (i *mapIter) Next() bool {
32 func (i *mapIter) Key() reflect.Value {
36 func (i *mapIter) Value() reflect.Value {
/external/angle/src/tests/test_utils/runner/
DHistogramWriter.cpp166 for (const auto &mapIter : histogram.diagnostics().diagnostic_map()) in getAsJSON() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.cpp339 std::map<std::string, std::string>::const_iterator mapIter; in createShaderPrograms() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Analysis/
Duserange_analysis.cc381 auto mapIter = opReadWriteMap.find(op); in computeID() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
Duserange_analysis.cc457 auto mapIter = opReadWriteMap.find(op); in computeId() local