Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp1392 map<string, const AidlMethod*> method_names; in CheckValid() local
1440 auto it = method_names.find(m->GetName()); in CheckValid()
1442 if (it == method_names.end()) { in CheckValid()
1443 method_names[m->GetName()] = m.get(); in CheckValid()