OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arc_iterator
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
visit.h
91
vector<AIterator *>
arc_iterator
;
local
101
arc_iterator
.resize(nstates);
117
arc_iterator
.resize(nstates);
120
if (
arc_iterator
[s] == 0 && !(state_status[s] & kArcIterDone) && visit)
121
arc_iterator
[s] = new AIterator(fst, s);
123
AIterator *aiter =
arc_iterator
[s];
126
arc_iterator
[s] = 0;
141
arc_iterator
.resize(nstates);
162
arc_iterator
[s] = 0;
178
arc_iterator
.push_back(0)
[
all
...]
edit-fst.h
295
for (ArcIterator< Fst<A> >
arc_iterator
(*wrapped, s);
296
!
arc_iterator
.Done();
297
arc_iterator
.Next()) {
298
edits_.AddArc(new_internal_id,
arc_iterator
.Value());
Completed in 148 milliseconds