Searched refs:IsFinal (Results 1 – 9 of 9) sorted by relevance
73 static bool IsFinal(const Fst<Arc> &fa, MappedId s) { in IsFinal() function156 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) { in Equivalent()219 if (Util::IsFinal(fst1, p.first) != Util::IsFinal(fst2, p.second)) { in Equivalent()
62 EXPECT_TRUE(removed_misspelling->action.IsFinal()); in TEST_F()66 EXPECT_FALSE(remaining_misspelling->action.IsFinal()); in TEST_F()77 EXPECT_FALSE(misspellings[0].action.IsFinal()); in TEST_F()147 EXPECT_FALSE(it->action.IsFinal()); in TEST_F()156 EXPECT_TRUE(it->action.IsFinal()); in TEST_F()
19 bool SpellcheckAction::IsFinal() const { in IsFinal() function in SpellcheckAction37 DCHECK(IsFinal()); in Finalize()
25 ASSERT_TRUE(action.IsFinal()); in TEST()37 ASSERT_FALSE(action.IsFinal()); in TEST()
57 !misspelling_it->second.action.IsFinal()) { in FinalizeRemovedMisspellings()102 if (!misspelling.action.IsFinal()) in EraseFinalizedMisspellings()157 if (!misspelling_it->second.action.IsFinal()) in FinalizeAllMisspellings()
54 bool IsFinal() const;
206 if (!duplicate_misspelling || duplicate_misspelling->action.IsFinal()) in AddedToDictionary()
398 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)
276 enum IsFinal { NOT_FINAL_FRAME, FINAL_FRAME }; enum282 IsFinal final;