Home
last modified time | relevance | path

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

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