Searched refs:GetImpl (Results 1 - 25 of 36) sorted by relevance

12

/external/openfst/src/include/fst/
H A Dmutable-fst.h256 using ImplToFst<I, F>::GetImpl;
261 GetImpl()->SetStart(s);
266 GetImpl()->SetFinal(s, w);
273 if (GetImpl()->Properties(exprops) != (props & exprops))
275 GetImpl()->SetProperties(props, mask);
280 return GetImpl()->AddState();
285 GetImpl()->AddArc(s, arc);
290 GetImpl()->DeleteStates(dstates);
295 GetImpl()->DeleteStates();
300 GetImpl()
[all...]
H A Dinvert.h82 using ImplToFst<Impl>::GetImpl;
85 GetImpl()->SetOutputSymbols(fst.InputSymbols());
86 GetImpl()->SetInputSymbols(fst.OutputSymbols());
H A Dclosure.h77 fst->GetImpl()->AddClosure(closure_type);
106 using ImplToFst< RationalFstImpl<A> >::GetImpl;
111 GetImpl()->InitClosure(fst, closure_type);
116 GetImpl()->InitClosure(fst, opts.type);
H A Dunion.h113 fst1->GetImpl()->AddUnion(fst2);
134 using ImplToFst< RationalFstImpl<A> >::GetImpl;
141 GetImpl()->InitUnion(fst1, fst2);
146 GetImpl()->InitUnion(fst1, fst2);
H A Dmatcher-fst.h126 return GetImpl()->Write(strm, opts);
134 return GetImpl()->InitStateIterator(data);
138 return GetImpl()->InitArcIterator(s, data);
146 Impl *GetImpl() const { function in class:fst::MatcherFst
147 return ImplToFst<Impl, ExpandedFst<Arc> >::GetImpl();
150 F& GetFst() const { return GetImpl()->GetFst(); }
153 D *data = GetImpl()->GetAddOn();
190 StateIterator<F>(fst.GetImpl()->GetFst()) {}
199 : ArcIterator<F>(fst.GetImpl()->GetFst(), s) {}
H A Dconcat.h168 fst1->GetImpl()->AddConcat(fst2, true);
175 fst2->GetImpl()->AddConcat(fst1, false);
195 using ImplToFst< RationalFstImpl<A> >::GetImpl;
202 GetImpl()->InitConcat(fst1, fst2);
207 GetImpl()->InitConcat(fst1, fst2);
H A Dintersect.h63 using ImplToFst< ComposeFstImplBase<A> >::GetImpl;
77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
H A Dproject.h102 using ImplToFst<Impl>::GetImpl;
107 GetImpl()->SetOutputSymbols(fst.InputSymbols());
109 GetImpl()->SetInputSymbols(fst.OutputSymbols());
H A Dcomplement.h145 using ImplToFst< ComplementFstImpl<A> >::GetImpl;
158 GetImpl()->SetProperties(kError, kError);
182 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::ComplementFst
198 : siter_(*fst.GetImpl()->fst_), s_(0) {
243 aiter_ = new ArcIterator< Fst<A> >(*fst.GetImpl()->fst_, s - 1);
H A Dreplace.h990 GetImpl()->InitArcIterator(s, data);
994 if ((GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1006 return GetImpl()->CyclicDependencies();
1011 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::ReplaceFst
1023 : CacheStateIterator< ReplaceFst<A, T> >(fst, fst.GetImpl()) {}
1063 if(!(fst_.GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1064 !(fst_.GetImpl()->HasArcs(state_)))
1065 fst_.GetImpl()->Expand(state_);
1068 if (fst_.GetImpl()
[all...]
H A Darcsort.h121 using StateMapFst<A, A, ArcSortMapper<A, C> >::GetImpl;
143 return GetImpl()->GetFst().NumArcs(s);
147 return GetImpl()->GetFst().NumInputEpsilons(s);
151 return GetImpl()->GetFst().NumOutputEpsilons(s);
H A Drational.h281 GetImpl()->Replace()->InitStateIterator(data);
285 GetImpl()->Replace()->InitArcIterator(s, data);
301 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::RationalFst
313 : StateIterator< ReplaceFst<A> >(*(fst.GetImpl()->Replace())) {}
325 : ArcIterator< ReplaceFst<A> >(*(fst.GetImpl()->Replace()), s) {}
H A Dconst-fst.h307 GetImpl()->InitStateIterator(data);
311 GetImpl()->InitArcIterator(s, data);
318 Impl *GetImpl() const { return ImplToFst<Impl, ExpandedFst<A> >::GetImpl(); } function in class:fst::ConstFst
326 return const_fst.GetImpl();
436 : nstates_(fst.GetImpl()->NumStates()), s_(0) {}
463 : arcs_(fst.GetImpl()->Arcs(s)),
464 narcs_(fst.GetImpl()->NumArcs(s)), i_(0) {}
H A Ddifference.h63 using ImplToFst< ComposeFstImplBase<A> >::GetImpl;
85 GetImpl()->SetProperties(kError, kError);
105 GetImpl()->SetProperties(kError, kError);
H A Dexpanded-fst.h131 using ImplToFst<I, F>::GetImpl;
133 virtual StateId NumStates() const { return GetImpl()->NumStates(); }
167 GetImpl()->SetProperties(kError, kError);
H A Dvector-fst.h436 SetImpl(fst.GetImpl(), false);
472 GetImpl()->ReserveStates(n);
477 GetImpl()->ReserveArcs(s, n);
481 GetImpl()->InitStateIterator(data);
485 GetImpl()->InitArcIterator(s, data);
495 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); } function in class:fst::VectorFst
513 : nstates_(fst.GetImpl()->NumStates()), s_(0) {}
592 : arcs_(fst.GetImpl()->GetState(s)->arcs), i_(0) {}
631 state_ = fst->GetImpl()
[all...]
H A Dfactor-weight.h428 GetImpl()->InitArcIterator(s, data);
433 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::FactorWeightFst
445 : CacheStateIterator< FactorWeightFst<A, F> >(fst, fst.GetImpl()) {}
457 : CacheArcIterator< FactorWeightFst<A, F> >(fst.GetImpl(), s) {
458 if (!fst.GetImpl()->HasArcs(s))
459 fst.GetImpl()->Expand(s);
H A Drelabel.h452 return GetImpl()->InitArcIterator(s, data);
457 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::RelabelFst
469 : impl_(fst.GetImpl()), siter_(*impl_->fst_), s_(0) {}
509 : CacheArcIterator< RelabelFst<A> >(fst.GetImpl(), s) {
510 if (!fst.GetImpl()->HasArcs(s))
511 fst.GetImpl()->Expand(s);
H A Drmepsilon.h551 GetImpl()->InitArcIterator(s, data);
556 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::RmEpsilonFst
567 : CacheStateIterator< RmEpsilonFst<A> >(fst, fst.GetImpl()) {}
579 : CacheArcIterator< RmEpsilonFst<A> >(fst.GetImpl(), s) {
580 if (!fst.GetImpl()->HasArcs(s))
581 fst.GetImpl()->Expand(s);
H A Dstate-map.h362 GetImpl()->InitStateIterator(data);
366 GetImpl()->InitArcIterator(s, data);
370 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::StateMapFst
385 : CacheArcIterator< StateMapFst<A, B, C> >(fst.GetImpl(), s) {
386 if (!fst.GetImpl()->HasArcs(s))
387 fst.GetImpl()->Expand(s);
H A Dsynchronize.h383 GetImpl()->InitArcIterator(s, data);
388 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::SynchronizeFst
400 : CacheStateIterator< SynchronizeFst<A> >(fst, fst.GetImpl()) {}
412 : CacheArcIterator< SynchronizeFst<A> >(fst.GetImpl(), s) {
413 if (!fst.GetImpl()->HasArcs(s))
414 fst.GetImpl()->Expand(s);
/external/chromium_org/content/browser/compositor/
H A Dreflector_impl.cc53 ReflectorImpl::ImplThreadData& ReflectorImpl::GetImpl() { function in class:content::ReflectorImpl
64 ImplThreadData& impl = GetImpl();
84 ImplThreadData& impl = GetImpl();
98 ImplThreadData& impl = GetImpl();
109 ImplThreadData& impl = GetImpl();
140 ImplThreadData& impl = GetImpl();
153 ImplThreadData& impl = GetImpl();
180 ImplThreadData& impl = GetImpl();
H A Dreflector_impl.h124 ImplThreadData& GetImpl();
126 // Must be accessed only on ImplThread, through GetImpl().
/external/openfst/src/include/fst/script/
H A Dfst-class.h131 Fst<Arc> *GetImpl() const { return impl_; } function in class:fst::script::FstClassImpl
133 Fst<Arc> *GetImpl() { return impl_; } function in class:fst::script::FstClassImpl
224 return typed_impl->GetImpl();
264 FstClassImplBase *GetImpl() const { return impl_; } function in class:fst::script::FstClass
266 FstClassImplBase *GetImpl() { return impl_; } function in class:fst::script::FstClass
306 return GetImpl()->Write(fname);
310 return GetImpl()->Write(ostr, opts);
316 GetImpl()->SetInputSymbols(is);
320 GetImpl()->SetOutputSymbols(os);
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h659 GetImpl()->Init(data, owned, NULL);
664 return GetImpl()->GetData(data_size);
668 return GetImpl()->GetContext(s, &inst_);
674 return GetImpl()->GetStates(context, state);
678 return GetImpl()->NumArcs(s, &inst_);
704 return GetImpl()->Write(strm, opts);
712 GetImpl()->InitStateIterator(data);
723 return GetImpl()->StorageSize();
729 Impl* GetImpl() const { function in class:fst::NGramFst
731 ImplToExpandedFst<Impl, ExpandedFst<A> >::GetImpl();
[all...]

Completed in 211 milliseconds

12