Searched refs:method_names (Results 1 – 1 of 1) sorted by relevance
1392 map<string, const AidlMethod*> method_names; in CheckValid() local1440 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()