Searched refs:methodNames (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl.cpp550 map<string,method_type*> methodNames; local
561 if (methodNames.find(m->name.data) == methodNames.end()) {
562 methodNames[m->name.data] = m;
566 method_type* old = methodNames[m->name.data];

Completed in 203 milliseconds