Searched refs:Cast (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.h203 struct Cast : public Expression struct in inherits:Expression
208 Cast();
209 Cast(Type* type, Expression* expression);
210 virtual ~Cast();
H A DAST.cpp430 Cast::Cast() function in class:Cast
436 Cast::Cast(Type* t, Expression* e) function in class:Cast
442 Cast::~Cast()
447 Cast::Write(FILE* to)
H A DType.cpp377 new Cast(INT_TYPE, v)));
H A Dgenerate_java.cpp136 m->comment = "/**\n * Cast an IBinder object into an ";
171 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin)));

Completed in 48 milliseconds