Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp46 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/
Ddescriptor_containers.cc535 static PyObject* IterKeys(PyContainer* self, PyObject* args) { in IterKeys() function
550 { "iterkeys", (PyCFunction)IterKeys, METH_NOARGS, },