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

/system/tools/aidl/
H A Dast_java.h223 struct Cast : public Expression { struct in namespace:android::aidl::java
227 Cast() = default;
228 Cast(const Type* type, Expression* expression);
229 virtual ~Cast() = default;
H A Dast_java.cpp268 Cast::Cast(const Type* t, Expression* e) : type(t), expression(e) {} function in class:android::aidl::java::Cast
270 void Cast::Write(CodeWriter* to) const {
H A Dgenerate_java_binder.cpp127 m->comment = "/**\n * Cast an IBinder object into an ";
166 new ReturnStatement(new Cast(interfaceType, iin)));
H A Dtype_java.cpp233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v)));

Completed in 26 milliseconds