OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapState
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
equivalent.h
69
static MappedId
MapState
(StateId s, int32 which_fst) {
177
enum { FST1 = 1, FST2 = 2 }; // Required by Util::
MapState
(...)
179
MappedId s1 = Util::
MapState
(fst1.Start(), FST1);
180
MappedId s2 = Util::
MapState
(fst2.Start(), FST2);
232
arc_pairs[arc.ilabel].first = Util::
MapState
(arc.nextstate, FST1);
244
arc_pairs[arc.ilabel].second = Util::
MapState
(arc.nextstate, FST2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h
60
static MappedId
MapState
(StateId s, int32 which_fst) {
144
enum { FST1 = 1, FST2 = 2 }; // Required by Util::
MapState
(...)
146
MappedId s1 = Util::
MapState
(fst1.Start(), FST1);
147
MappedId s2 = Util::
MapState
(fst2.Start(), FST2);
197
arc_pairs[arc.ilabel].first = Util::
MapState
(arc.nextstate, FST1);
209
arc_pairs[arc.ilabel].second = Util::
MapState
(arc.nextstate, FST2);
Completed in 44 milliseconds