Searched defs:Cast (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
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 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;

Completed in 122 milliseconds