Searched refs:AddCase (Results 1 – 4 of 4) sorted by relevance
227 auto case2 = s.AddCase("2"); in TEST_F()229 auto case1 = s.AddCase("1"); in TEST_F()
278 StatementBlock* AddCase(const std::string& value_expression);
310 StatementBlock* SwitchStatement::AddCase(const string& value_expression) { in AddCase() function in android::aidl::cpp::SwitchStatement
662 StatementBlock* b = s->AddCase(GetTransactionIdFor(*method)); in BuildServerSource()678 StatementBlock* b = s->AddCase(""); in BuildServerSource()