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