HomeSort by relevance Sort by last modified time
    Searched refs:ComposeFstOptions (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 29 : public ComposeFstOptions<T | COMPOSE_FST2_RHO> { };
56 ComposeFstOptions<COMPOSE_FST2_RHO>()) {
70 ComposeFstOptions<T | COMPOSE_FST2_RHO>(opts)) {
intersect.h 27 struct IntersectFstOptions : public ComposeFstOptions<T> { };
62 : ComposeFst<A>(fst1, fst2, ComposeFstOptions<T>(opts)) {
compose.h 34 // ComposeFstOptions<T>). The bits stand for extensions of generic FST
35 // composition. ComposeFstOptions<> (all the bits unset) is the "plain"
78 struct ComposeFstOptions : public CacheOptions {
79 explicit ComposeFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
80 ComposeFstOptions() { }
693 : impl_(Init(fst1, fst2, ComposeFstOptions<>())) { }
698 const ComposeFstOptions<T> &opts)
768 const ComposeFstOptions<T> &opts) {
    [all...]

Completed in 121 milliseconds