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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 48 // HasFinal(), and HasArcs() to determine if cached and SetStart(),
157 void SetStart(StateId s) {
158 VectorFstBaseImpl<S>::SetStart(s);
fst.h 92 void SetStart(int64 start) { start_ = start; }
vector-fst.h 57 void SetStart(StateId s) { start_ = s; }
111 SetStart(newid[Start()]);
118 SetStart(kNoStateId);
206 void SetStart(StateId s) {
207 BaseImpl::SetStart(s);
327 BaseImpl::SetStart(fst.Start());
356 impl->BaseImpl::SetStart(hdr.Start());
423 hdr.SetStart(Start());
574 virtual void SetStart(StateId s) {
576 impl_->SetStart(s)
    [all...]

Completed in 877 milliseconds