OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutableArcIterator
(Results
1 - 12
of
12
) sorted by null
/external/openfst/src/include/fst/
reweight.h
75
for (
MutableArcIterator
< MutableFst<Arc> > ait(fst, state);
111
for (
MutableArcIterator
< MutableFst<Arc> > ait(fst, state);
mutable-fst.h
39
// An expanded FST plus mutators (use
MutableArcIterator
to modify arcs).
177
// for (
MutableArcIterator
<StdFst> aiter(&fst, s));
187
class
MutableArcIterator
{
193
MutableArcIterator
(F *fst, StateId s) {
196
~
MutableArcIterator
() { delete data_.base; }
212
DISALLOW_COPY_AND_ASSIGN(
MutableArcIterator
);
vector-fst.h
195
friend class
MutableArcIterator
< VectorFst<A> >;
416
friend class
MutableArcIterator
< VectorFst<A> >;
623
class
MutableArcIterator
< VectorFst<A> >
629
MutableArcIterator
(VectorFst<A> *fst, StateId s) : i_(0) {
716
DISALLOW_COPY_AND_ASSIGN(
MutableArcIterator
);
723
data->base = new
MutableArcIterator
< VectorFst<A> >(this, s);
push.h
76
for (
MutableArcIterator
<MutableFst<Arc> > ait(fst, start);
edit-fst.h
247
new
MutableArcIterator
<MutableFstT>(&edits_,
616
// of the wrapped fst via a
MutableArcIterator
, or adding a new state via
693
friend class
MutableArcIterator
< EditFst<A, WrappedFstT, MutableFstT> >;
label-reachable.h
215
for (
MutableArcIterator
< MutableFst<Arc> > aiter(fst, s);
417
for (
MutableArcIterator
< VectorFst<Arc> > aiter(fst_, s);
prune.h
153
for (
MutableArcIterator
< MutableFst<Arc> > ait(fst, s);
minimize.h
469
for (
MutableArcIterator
<MutableFst<A> > aiter(fst, s);
relabel.h
77
for (
MutableArcIterator
<MutableFst<A> > aiter(fst, s);
arc-map.h
135
for (
MutableArcIterator
< MutableFst<A> > aiter(fst, s);
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
replace.h
136
typedef
MutableArcIterator
< MutableFst<Arc> > MIter;
/external/openfst/src/test/
fst_test.h
133
MutableArcIterator
<G> aiter(fst, s);
Completed in 300 milliseconds