OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringDetComposeStateTable
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
state-table.h
370
class
StringDetComposeStateTable
: public
379
StringDetComposeStateTable
(const Fst<A> &fst1, const Fst<A> &fst2)
385
FSTERROR() << "
StringDetComposeStateTable
: fst1 not a string or"
391
StringDetComposeStateTable
(const
StringDetComposeStateTable
<A, F> &table)
399
void operator=(const
StringDetComposeStateTable
<A, F> &table); // disallow
425
FSTERROR() << "
StringDetComposeStateTable
: fst2 not a string or"
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h
276
class
StringDetComposeStateTable
{
291
StringDetComposeStateTable
() {}
308
DISALLOW_EVIL_CONSTRUCTORS(
StringDetComposeStateTable
);
313
// Both inherit from
StringDetComposeStateTable
.
316
: public
StringDetComposeStateTable
<A, true> { };
320
: public
StringDetComposeStateTable
<A, false> { };
[
all
...]
Completed in 485 milliseconds