Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_java.h223 struct Cast : public Expression { struct
227 Cast() = default; argument
228 Cast(const Type* type, Expression* expression);
229 virtual ~Cast() = default;
Dast_java.cpp268 Cast::Cast(const Type* t, Expression* e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast
270 void Cast::Write(CodeWriter* to) const { in Write()
Dgenerate_java_binder.cpp166 new ReturnStatement(new Cast(interfaceType, iin))); in make_as_interface()
Dtype_java.cpp233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v))); in WriteToParcel()