Searched refs:IndexItems (Results 1 – 1 of 1) sorted by relevance
/tools/dexter/slicer/ |
D | dex_ir.cc | 115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() function 198 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize() 204 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize() 209 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize() 226 IndexItems(fields, [](const own<FieldDecl>& a, const own<FieldDecl>& b) { in Normalize() 237 IndexItems(methods, [](const own<MethodDecl>& a, const own<MethodDecl>& b) { in Normalize() 258 IndexItems(classes, [&](const own<Class>& a, const own<Class>& b) { in Normalize()
|