Searched refs:IterKeys (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ReverseIterationTest.cpp | 46 int IterKeys[] = { 2, 4, 1, 3 }; in TEST() local 49 for (const auto &Tuple : zip(Map, IterKeys)) in TEST() 55 ASSERT_EQ(iter->first, IterKeys[i]); in TEST()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 535 static PyObject* IterKeys(PyContainer* self, PyObject* args) { in IterKeys() function 550 { "iterkeys", (PyCFunction)IterKeys, METH_NOARGS, },
|