Searched defs:Cast (Results 1 – 4 of 4) sorted by relevance
30 int Cast(InstallType install_type) { in Cast() function41 int Cast(InstallResult install_result) { in Cast() function52 int Cast(ApexPartition partition) { in Cast() function
362 static ::android::apex::ApexInfo::Partition Cast(ApexPartition in) { in Cast() function
210 struct Cast : public Expression { struct214 Cast() = default; argument
236 Cast::Cast(const std::string& t, std::shared_ptr<Expression> e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast