Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dast_java.cpp182 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 Dast_java.h171 struct MethodCall : public Expression { struct
177 explicit MethodCall(const std::string& name); argument
H A Dast_cpp.cpp381 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 DMethodCall.java20 public class MethodCall extends MethodCallBase { class
21 MethodCall() { in MethodCall() method in MethodCall
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto12747 enum MethodCall { enum