HomeSort by relevance Sort by last modified time
    Searched refs:SetValue_ (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
mutable-fst.h 163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content
166 virtual void SetValue_(const A &arc) = 0;
cache.h 847 virtual void SetValue_(const Arc &a) { SetValue(a); }
vector-fst.h 708 virtual void SetValue_(const A &a) { SetValue(a); }

Completed in 909 milliseconds