Searched defs:MethodCall (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aidl/ |
D | AST.h | 150 struct MethodCall : public Expression struct 158 MethodCall(const string& name); argument
|
D | AST.cpp | 288 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
|