Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp_unittest.cpp243 auto case2 = s.AddCase("2"); in TEST_F()
245 auto case1 = s.AddCase("1"); in TEST_F()
Dast_cpp.h263 StatementBlock* AddCase(const std::string& value_expression);
Dast_cpp.cpp316 StatementBlock* SwitchStatement::AddCase(const string& value_expression) { in AddCase() function in android::aidl::cpp::SwitchStatement
Dgenerate_cpp.cpp714 StatementBlock* b = s->AddCase(GetTransactionIdFor(*method)); in BuildServerSource()
730 StatementBlock* b = s->AddCase(""); in BuildServerSource()