OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finals
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
rmfinalepsilon.h
51
unordered_set<StateId>
finals
;
local
64
finals
.insert(s);
78
// is next state in the list of
finals
79
if (
finals
.find(arc.nextstate) !=
finals
.end()) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
rmfinalepsilon.h
45
hash_set<StateId>
finals
;
local
58
finals
.insert(s);
72
// is next state in the list of
finals
73
if (
finals
.find(arc.nextstate) !=
finals
.end()) {
Completed in 33 milliseconds