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

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

Completed in 4 milliseconds