Searched refs:SetValue_ (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dmutable-fst.h163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content
166 virtual void SetValue_(const A &arc) = 0;
H A Dcache.h847 virtual void SetValue_(const Arc &a) { SetValue(a); } function in class:fst::CacheMutableArcIterator
H A Dvector-fst.h708 virtual void SetValue_(const A &a) { SetValue(a); } function in class:fst::MutableArcIterator

Completed in 86 milliseconds