HomeSort by relevance Sort by last modified time
    Searched full:project_type_ (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
project.h 38 : project_type_(project_type) {}
41 typename A::Label label = project_type_ == PROJECT_INPUT
49 return project_type_ == PROJECT_INPUT ? MAP_COPY_SYMBOLS :
54 return project_type_ == PROJECT_OUTPUT ? MAP_COPY_SYMBOLS :
59 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
64 ProjectType project_type_; member in class:fst::ProjectMapper
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h 35 : project_type_(project_type) {}
38 typename A::Label label = project_type_ == PROJECT_INPUT
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
50 ProjectType project_type_; member in class:fst::ProjectMapper

Completed in 156 milliseconds