Searched refs:Cast (Results 1 – 4 of 4) sorted by relevance
223 struct Cast : public Expression { struct227 Cast() = default; argument228 Cast(const Type* type, Expression* expression);229 virtual ~Cast() = default;
268 Cast::Cast(const Type* t, Expression* e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast270 void Cast::Write(CodeWriter* to) const { in Write()
166 new ReturnStatement(new Cast(interfaceType, iin))); in make_as_interface()
233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v))); in WriteToParcel()