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

/frameworks/base/tools/aidl/
H A DAST.cpp63 Field::Field(int m, Variable* v)
114 Variable::Variable() function in class:Variable
121 Variable::Variable(Type* t, const string& n) function in class:Variable
128 Variable::Variable(Type* t, const string& n, int d) function in class:Variable
135 Variable::~Variable()
140 Variable
[all...]
H A DAST.h57 struct Variable : public Expression struct in inherits:Expression
63 Variable();
64 Variable(Type* type, const string& name);
65 Variable(Type* type, const string& name, int dimension);
66 virtual ~Variable();
90 Variable *variable;
94 Field(int modifiers, Variable* variable);
130 Variable* lvalue;
134 Assignment(Variable* lvalue, Expression* rvalue);
135 Assignment(Variable* lvalu
[all...]

Completed in 122 milliseconds