Searched refs:AddRuleMatch (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/native/actions/ |
D | grammar-actions_test.cc | 128 int AddRuleMatch(const std::vector<int>& action_ids, in AddRuleMatch() function in libtextclassifier3::__anon7c60ce160111::GrammarActionsTest 158 AddRuleMatch({AddSmartReplySpec("Who's there?", &action_grammar_rules), in TEST_F() 190 AddRuleMatch({AddCapturingMatchSmartReplySpec( in TEST_F() 247 AddRuleMatch({AddActionSpec("call_phone", /*response_text=*/"", in TEST_F() 287 AddRuleMatch({AddSmartReplySpec("Who's there?", &action_grammar_rules)}, in TEST_F() 294 AddRuleMatch({AddSmartReplySpec("Qui est là?", &action_grammar_rules)}, in TEST_F() 362 AddRuleMatch({AddActionSpec("track_flight", /*response_text=*/"", in TEST_F() 420 AddRuleMatch({spec_id}, &action_grammar_rules)); in TEST_F() 500 AddRuleMatch({spec_id}, &action_grammar_rules)); in TEST_F() 557 AddRuleMatch({spec_id}, &action_grammar_rules)); in TEST_F() [all …]
|