Home
last modified time | relevance | path

Searched defs:SwitchStatement (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_java.h283 struct SwitchStatement : public Statement { struct
287 explicit SwitchStatement(std::shared_ptr<Expression> expression); argument
Dast_java.cpp314 SwitchStatement::SwitchStatement(std::shared_ptr<Expression> e) : expression(e) {} in SwitchStatement() function in android::aidl::java::SwitchStatement
Dast_cpp.cpp313 SwitchStatement::SwitchStatement(const std::string& expression) in SwitchStatement() function in android::aidl::cpp::SwitchStatement