Searched defs:MethodCall (Results 1 – 3 of 3) sorted by relevance
| /system/tools/aidl/ |
| D | ast_java.cpp | 176 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
|
| D | ast_java.h | 171 struct MethodCall : public Expression { struct 177 explicit MethodCall(const std::string& name); argument
|
| D | ast_cpp.cpp | 358 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
|