Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
DAST.h140 struct MethodCall : public Expression struct
148 MethodCall(const string& name); argument
DAST.cpp273 MethodCall::MethodCall(const string& n) in MethodCall() function in MethodCall
280 MethodCall::MethodCall(Expression* o, const string& n) in MethodCall() function in MethodCall
287 MethodCall::MethodCall(Type* t, const string& n) in MethodCall() function in MethodCall
294 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall
305 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall