Searched refs:GetMutableMethods (Results 1 – 2 of 2) sorted by relevance
674 interface->GetMutableMethods().emplace_back(method); in load_and_validate_aidl()
611 std::vector<std::unique_ptr<AidlMethod>>& GetMutableMethods() { return methods_; } in GetMutableMethods() function