Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
DAST.h150 struct MethodCall : public Expression struct
158 MethodCall(const string& name); argument
DAST.cpp288 MethodCall::MethodCall(const string& n) in MethodCall() function in MethodCall
295 MethodCall::MethodCall(const string& n, int argc = 0, ...) in MethodCall() function in MethodCall
306 MethodCall::MethodCall(Expression* o, const string& n) in MethodCall() function in MethodCall
313 MethodCall::MethodCall(Type* t, const string& n) in MethodCall() function in MethodCall
320 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall
331 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall