Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dast_cpp_unittest.cpp293 auto case2 = s.AddCase("2"); in TEST_F()
295 auto case1 = s.AddCase("1"); in TEST_F()
H A Dast_cpp.h267 StatementBlock* AddCase(const std::string& value_expression);
H A Dast_cpp.cpp339 StatementBlock* SwitchStatement::AddCase(const string& value_expression) { in AddCase() function in android::aidl::cpp::SwitchStatement
H A Dgenerate_cpp.cpp766 StatementBlock* b = s->AddCase(GetTransactionIdFor(interface, *method)); in BuildServerSource()
782 StatementBlock* b = s->AddCase(""); in BuildServerSource()