Home
last modified time | relevance | path

Searched defs:TimesMapper (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Darc-map.h1007 struct TimesMapper { struct
1012 explicit TimesMapper(Weight w) : weight_(w) {} in TimesMapper() function
1014 A operator()(const A &arc) const { in operator()
1021 MapFinalAction FinalAction() const { return MAP_NO_SUPERFINAL; } in FinalAction()
1023 MapSymbolsAction InputSymbolsAction() const { return MAP_COPY_SYMBOLS; } in InputSymbolsAction()
1025 MapSymbolsAction OutputSymbolsAction() const { return MAP_COPY_SYMBOLS;} in OutputSymbolsAction()
1027 uint64 Properties(uint64 props) const { in Properties()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h874 struct TimesMapper { struct
877 explicit TimesMapper(Weight w) : weight_(w) {} in TimesMapper() argument
879 A operator()(const A &arc) const { in operator()
886 MapFinalAction FinalAction() const { return MAP_NO_SUPERFINAL; } in FinalAction()
888 uint64 Properties(uint64 props) const { in Properties()
892 Weight weight_;