Searched defs:Cast (Results 1 – 2 of 2) sorted by relevance
| /system/tools/aidl/ | ||
| D | ast_java.h | 223 struct Cast : public Expression { struct |
| D | ast_java.cpp | 268 Cast::Cast(const std::string& t, Expression* e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast |