OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProjectType
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h
28
enum
ProjectType
{ PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 };
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)
/external/openfst/src/include/fst/
project.h
31
enum
ProjectType
{ PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 };
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)
Completed in 2138 milliseconds