Searched defs:StringDetComposeStateTable (Results 1 - 1 of 1) 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"

Completed in 49 milliseconds