OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state2index
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
state-reachable.h
37
// from a state s iff (*isets)[s].Member(
state2index
[f]) is true, where
39
// and
state2index
[f] maps from a final state to its index.
41
// If
state2index
is empty, it is filled-in with suitable indices.
54
vector<I> *
state2index
)
57
state2index_(
state2index
),
58
index_(
state2index
->empty() ? 1 : -1),
76
FSTERROR() << "IntervalReachVisitor:
state2index
map must be empty "
83
FSTERROR() << "IntervalReachVisitor:
state2index
map incomplete";
179
vector<I> &
State2Index
() { return state2index_; }
label-reachable.h
474
vector<Label> &
state2index
= state_reachable.
State2Index
();
local
486
Label i =
state2index
[s];
Completed in 242 milliseconds