Searched defs:ComposeStateTable (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h204 class ComposeStateTable { class in namespace:fst
217 ComposeStateTable() { function in class:fst::ComposeStateTable
259 DISALLOW_EVIL_CONSTRUCTORS(ComposeStateTable);
309 // Specializations of ComposeStateTable for the string/det case.
312 class ComposeStateTable<A, COMPOSE_FST1_STRING | COMPOSE_FST2_DET> class in namespace:fst
316 class ComposeStateTable<A, COMPOSE_FST2_STRING | COMPOSE_FST1_DET> class in namespace:fst
337 typedef ComposeStateTable<A, T & COMPOSE_INTERNAL_MASK> StateTupleTable;

Completed in 555 milliseconds