Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp674 interface->GetMutableMethods().emplace_back(method); in load_and_validate_aidl()
Daidl_language.h611 std::vector<std::unique_ptr<AidlMethod>>& GetMutableMethods() { return methods_; } in GetMutableMethods() function