Searched refs:VariableDeclaration (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp120 VariableDeclaration* iinVd = new VariableDeclaration(iin, queryLocalInterface, NULL);
202 addTo->Add(new VariableDeclaration(len, new MethodCall(parcel, "readInt")));
310 c->statements->Add(new VariableDeclaration(v));
348 c->statements->Add(new VariableDeclaration(_result, realCall));
404 proxy->statements->Add(new VariableDeclaration(_data,
409 proxy->statements->Add(new VariableDeclaration(_reply,
418 proxy->statements->Add(new VariableDeclaration(_result));
H A DAST.h229 struct VariableDeclaration : public Statement struct in inherits:Statement
235 VariableDeclaration(Variable* lvalue);
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
237 virtual ~VariableDeclaration();
H A DAST.cpp498 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r, Type* c) function in class:VariableDeclaration
505 VariableDeclaration::VariableDeclaration(Variable* l) function in class:VariableDeclaration
512 VariableDeclaration::~VariableDeclaration()
517 VariableDeclaration::Write(FILE* to)
H A Dgenerate_java_rpc.cpp144 this->processMethod->statements->Add(new VariableDeclaration(requestData,
148 this->processMethod->statements->Add(new VariableDeclaration(this->resultData,
183 block->Add(new VariableDeclaration(v));
223 block->Add(new VariableDeclaration(_result, realCall));
692 proxyMethod->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE)));
750 dispatchMethod->statements->Add(new VariableDeclaration(resultData,
763 dispatchMethod->statements->Add(new VariableDeclaration(rv));
777 dispatchMethod->statements->Add(new VariableDeclaration(v));
858 push->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE)));
H A DType.cpp834 addTo->Add(new VariableDeclaration(*cl,

Completed in 1034 milliseconds