Lines Matching refs:ExpandedFst
35 // ExpandedFst. The implementation uses copy-on-write semantics at the node
67 typename WrappedFstT = ExpandedFst<A>,
315 // copies of states from a wrapped ExpandedFst that have been modified in
368 // This class enables non-destructive edit operations on a wrapped ExpandedFst.
385 typename WrappedFstT = ExpandedFst<A>,
411 // Wraps the specified ExpandedFst. This constructor requires that the
412 // specified Fst is an ExpandedFst instance. This requirement is only enforced
452 // const Fst/ExpandedFst operations, declared in the Fst and ExpandedFst
688 typename WrappedFstT = ExpandedFst<A>,