Searched refs:StringDetComposeStateTable (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dstate-table.h380 class StringDetComposeStateTable : public class in namespace:fst
391 StringDetComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) function in class:fst::StringDetComposeStateTable
397 FSTERROR() << "StringDetComposeStateTable: fst1 not a string or"
403 StringDetComposeStateTable(const StringDetComposeStateTable<A, F> &table) argument
411 void operator=(const StringDetComposeStateTable<A, F> &table); // disallow
439 FSTERROR() << "StringDetComposeStateTable: fst2 not a string or"
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h273 class StringDetComposeStateTable { class in namespace:fst
288 StringDetComposeStateTable() {} function in class:fst::StringDetComposeStateTable
305 DISALLOW_EVIL_CONSTRUCTORS(StringDetComposeStateTable);
310 // Both inherit from StringDetComposeStateTable.
313 : public StringDetComposeStateTable<A, true> { };
317 : public StringDetComposeStateTable<A, false> { };

Completed in 59 milliseconds