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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h83 typedef int PrefixId; typedef in struct:fst::ReplaceFstImpl::StateTuple
86 StateTuple(PrefixId p, StateId f, StateId s) :
89 PrefixId prefix_id; // index in prefix table
228 int prefix = PrefixId(StackPrefix());
459 int PrefixId(const StackPrefix& prefix) { function in class:fst::ReplaceFstImpl
474 return PrefixId(prefix);
480 return PrefixId(prefix);
/external/openfst/src/include/fst/
H A Dreplace.h54 // typedef P PrefixId;
56 // typedef ReplaceStateTuple<StateId, PrefixId> StateTuple;
79 typedef P PrefixId; typedef in struct:fst::ReplaceStateTuple
84 ReplaceStateTuple(PrefixId p, StateId f, StateId s)
87 PrefixId prefix_id; // index in prefix table
177 typedef P PrefixId; typedef in class:fst::VectorHashReplaceStateTable
245 typedef P PrefixId; typedef in class:fst::DefaultReplaceStateTable
248 ReplaceHash<StateId, PrefixId> > StateTable;
336 typedef typename T::PrefixId PrefixId; typedef in class:fst::ReplaceFstImpl
[all...]

Completed in 57 milliseconds