Home
last modified time | relevance | path

Searched defs:MethodCall (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_java.cpp176 MethodCall::MethodCall(const string& n) : name(n) {} in MethodCall() function in android::aidl::java::MethodCall
178 MethodCall::MethodCall(const string& n, const std::vector<std::shared_ptr<Expression>>& args) in MethodCall() function in android::aidl::java::MethodCall
181 MethodCall::MethodCall(std::shared_ptr<Expression> o, const string& n) : receiver(o), name(n) {} in MethodCall() function in android::aidl::java::MethodCall
183 MethodCall::MethodCall(const std::string& t, const string& n) : receiver(t), name(n) {} in MethodCall() function in android::aidl::java::MethodCall
185 MethodCall::MethodCall(std::shared_ptr<Expression> o, const string& n, in MethodCall() function in android::aidl::java::MethodCall
189 MethodCall::MethodCall(const std::string& t, const string& n, in MethodCall() function in android::aidl::java::MethodCall
Dast_java.h171 struct MethodCall : public Expression { struct
177 explicit MethodCall(const std::string& name); argument
Dast_cpp.cpp358 MethodCall::MethodCall(const std::string& method_name, in MethodCall() function in android::aidl::cpp::MethodCall
362 MethodCall::MethodCall(const std::string& method_name, in MethodCall() function in android::aidl::cpp::MethodCall