Searched refs:project_type (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h34 explicit ProjectMapper(ProjectType project_type) argument
35 : project_type_(project_type) {}
63 void Project(MutableFst<Arc> *fst, ProjectType project_type) { argument
64 Map(fst, ProjectMapper<Arc>(project_type));
84 ProjectFst(const Fst<A> &fst, ProjectType project_type) argument
85 : MapFst<A, A, C>(fst, C(project_type)) {}

Completed in 59 milliseconds