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

/frameworks/base/tools/aidl/
H A DAST.cpp288 MethodCall::MethodCall(const string& n) function in class:MethodCall
295 MethodCall::MethodCall(const string& n, int argc = 0, ...) function in class:MethodCall
306 MethodCall::MethodCall(Expression* o, const string& n) function in class:MethodCall
313 MethodCall::MethodCall(Type* t, const string& n) function in class:MethodCall
320 MethodCall::MethodCall(Expressio function in class:MethodCall
331 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...) function in class:MethodCall
[all...]
H A DAST.h150 struct MethodCall : public Expression struct in inherits:Expression
158 MethodCall(const string& name);
159 MethodCall(const string& name, int argc, ...);
160 MethodCall(Expression* obj, const string& name);
161 MethodCall(Type* clazz, const string& name);
162 MethodCall(Expression* obj, const string& name, int argc, ...);
163 MethodCall(Type* clazz, const string& name, int argc, ...);
164 virtual ~MethodCall();

Completed in 1723 milliseconds