Searched defs:MethodCall (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | ast_java.cpp | 182 MethodCall::MethodCall(const string& n) : name(n) {} in MethodCall() function in android::aidl::java::MethodCall 184 MethodCall::MethodCall(const string& n, const std::vector<std::shared_ptr<Expression>>& args) in MethodCall() function in android::aidl::java::MethodCall 187 MethodCall::MethodCall(std::shared_ptr<Expression> o, const string& n) : receiver(o), name(n) {} in MethodCall() function in android::aidl::java::MethodCall 189 MethodCall::MethodCall(const std::string& t, const string& n) : receiver(t), name(n) {} in MethodCall() function in android::aidl::java::MethodCall 191 MethodCall::MethodCall(std::shared_ptr<Expression> o, const string& n, in MethodCall() function in android::aidl::java::MethodCall 195 MethodCall::MethodCall(const std::string& t, const string& n, in MethodCall() function in android::aidl::java::MethodCall
|
H A D | ast_java.h | 171 struct MethodCall : public Expression { struct 177 explicit MethodCall(const std::string& name); argument
|
H A D | ast_cpp.cpp | 381 MethodCall::MethodCall(const std::string& method_name, in MethodCall() function in android::aidl::cpp::MethodCall 385 MethodCall::MethodCall(const std::string& method_name, in MethodCall() function in android::aidl::cpp::MethodCall
|
/aosp12/art/test/003-omnibus-opcodes/src/ |
H A D | MethodCall.java | 20 public class MethodCall extends MethodCallBase { class 21 MethodCall() { in MethodCall() method in MethodCall
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 12747 enum MethodCall { enum
|