Home
last modified time | relevance | path

Searched refs:prefix_id (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreplace.h88 prefix_id(p), fst_id(f), fst_state(s) {} in StateTuple()
90 PrefixId prefix_id; // index in prefix table member
243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; in Final()
306 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; in Expand()
308 int prefix_id = PopPrefix(stack); in Expand() local
312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate)); in Expand()
322 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); in Expand()
331 int nt_prefix = PushPrefix(stackprefix_array_[tuple.prefix_id], in Expand()
346 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); in Expand()
366 return ((x.prefix_id == y.prefix_id) && (x.fst_id == y.fst_id) && in operator()
[all …]