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

/external/openfst/src/include/fst/script/
H A Dclosure.h27 typedef args::Package<MutableFstClass*, const ClosureType> ClosureArgs;
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
/external/openfst/src/include/fst/
H A Dclosure.h46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) {
76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) {
82 ClosureType type;
84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t)
86 explicit ClosureFstOptions(ClosureType t) : type(t) {}
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) {
H A Drational.h40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enum in namespace:fst
47 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
165 void InitClosure(const Fst<A> &fst, ClosureType closure_type) {
232 void AddClosure(ClosureType closure_type) {
274 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) {
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) {
74 ClosureType type;
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t)
78 explicit ClosureFstOptions(ClosureType t) : type(t) {}
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) {
H A Drational.h33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enum in namespace:fst
39 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
108 void InitClosure(const Fst<A> &fst, ClosureType closure_type) {
168 void AddClosure(ClosureType closure_type) {
194 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
/external/openfst/src/script/
H A Dclosure.cc24 void Closure(MutableFstClass *fst, ClosureType closure_type) {
/external/chromium_org/third_party/skia/gm/
H A Dnonclosedpaths.cpp21 enum ClosureType { enum in class:skiagm::NonClosedPathsGM
50 static void MakePath(SkPath* path, ClosureType type) {
92 static const ClosureType kType[] = {
/external/skia/gm/
H A Dnonclosedpaths.cpp21 enum ClosureType { enum in class:skiagm::NonClosedPathsGM
50 static void MakePath(SkPath* path, ClosureType type) {
92 static const ClosureType kType[] = {
/external/openfst/src/bin/
H A Dfstclosure.cc49 fst::ClosureType closure_type =

Completed in 175 milliseconds