Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc123 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() function
206 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize()
212 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize()
217 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize()
234 IndexItems(fields, [](const own<FieldDecl>& a, const own<FieldDecl>& b) { in Normalize()
245 IndexItems(methods, [](const own<MethodDecl>& a, const own<MethodDecl>& b) { in Normalize()
266 IndexItems(classes, [&](const own<Class>& a, const own<Class>& b) { in Normalize()