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

/external/openfst/src/include/fst/
H A Dproject.h31 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 }; enum in namespace:fst
37 explicit ProjectMapper(ProjectType project_type)
64 ProjectType project_type_;
77 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
104 ProjectFst(const Fst<A> &fst, ProjectType project_type)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h28 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 }; enum in namespace:fst
34 explicit ProjectMapper(ProjectType project_type)
50 ProjectType project_type_;
63 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
84 ProjectFst(const Fst<A> &fst, ProjectType project_type)

Completed in 241 milliseconds