OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kStringInfinity
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
string-weight.h
32
const int
kStringInfinity
= -1; // Label for the infinite string
87
static const StringWeight<L, S> zero(
kStringInfinity
);
329
else if (iter.Value() ==
kStringInfinity
)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h
29
const int
kStringInfinity
= -1; // Label for the infinite string
84
static const StringWeight<L, S> zero(
kStringInfinity
);
321
else if (iter.Value() ==
kStringInfinity
)
Completed in 25 milliseconds