Searched defs:PROJECT_INPUT (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 }; enumerator in enum:fst::ProjectType
41 typename A::Label label = project_type_ == PROJECT_INPUT
49 return project_type_ == PROJECT_INPUT ? MAP_COPY_SYMBOLS :
59 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
79 if (project_type == PROJECT_INPUT)
106 if (project_type == PROJECT_INPUT)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h28 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 }; enumerator in enum:fst::ProjectType
38 typename A::Label label = project_type_ == PROJECT_INPUT
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);

Completed in 205 milliseconds