Home | History | Annotate | Download | only in aidl

Lines Matching defs:MethodCall

288 MethodCall::MethodCall(const string& n)
295 MethodCall::MethodCall(const string& n, int argc = 0, ...)
306 MethodCall::MethodCall(Expression* o, const string& n)
313 MethodCall::MethodCall(Type* t, const string& n)
320 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...)
331 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...)
342 MethodCall::~MethodCall()
347 MethodCall::init(int n, va_list args)
356 MethodCall::Write(FILE* to)