OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetFinal
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
49
//
SetFinal
(), AddArc(), and SetArcs() to cache. Note you must set the
164
void
SetFinal
(StateId s, Weight w) {
vector-fst.h
59
void
SetFinal
(StateId s, Weight w) { states_[s]->final = w; }
213
void
SetFinal
(StateId s, Weight w) {
217
BaseImpl::
SetFinal
(s, w);
334
BaseImpl::
SetFinal
(s, fst.Final(s));
579
virtual void
SetFinal
(StateId s, Weight w) {
581
impl_->
SetFinal
(s, w);
Completed in 713 milliseconds