OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutableArcIterator
(Results
1 - 20
of
20
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h
31
// An expanded FST plus mutators (use
MutableArcIterator
to modify arcs).
130
// for (
MutableArcIterator
<StdFst> aiter(&fst, s));
140
class
MutableArcIterator
: public MutableArcIteratorBase<typename F::Arc> {
145
MutableArcIterator
(F *fst, StateId s) {
148
~
MutableArcIterator
() { delete data_.base; }
159
DISALLOW_EVIL_CONSTRUCTORS(
MutableArcIterator
);
reweight.h
62
for (
MutableArcIterator
< MutableFst<Arc> > ait(fst, state);
91
for (
MutableArcIterator
< MutableFst<Arc> > ait(fst, state);
vector-fst.h
186
friend class
MutableArcIterator
< VectorFst<A> >;
457
friend class
MutableArcIterator
< VectorFst<A> >;
721
class
MutableArcIterator
< VectorFst<A> >
727
MutableArcIterator
(VectorFst<A> *fst, StateId s) : i_(0) {
783
DISALLOW_EVIL_CONSTRUCTORS(
MutableArcIterator
);
790
data->base = new
MutableArcIterator
< VectorFst<A> >(this, s);
prune.h
97
for (
MutableArcIterator
< MutableFst<Arc> > it(fst, state);
relabel.h
65
for (
MutableArcIterator
<MutableFst<A> > aiter(fst, s);
minimize.h
456
for (
MutableArcIterator
<MutableFst<A> > aiter(fst, s);
map.h
98
for (
MutableArcIterator
< MutableFst<A> > aiter(fst, s);
/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/srec/tools/grxmlcompile/
grxmlcompile.cpp
364
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, s);
385
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, siter.Value());
404
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, s);
427
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, s);
459
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, s);
474
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter2(&fst_, s2);
496
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&fst_, s);
553
for(fst::
MutableArcIterator
<fst::StdVectorFst> aiter(&cfst_, 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 688 milliseconds