HomeSort by relevance Sort by last modified time
    Searched refs:ClosureType (Results 1 - 9 of 9) sorted by null

  /external/openfst/src/include/fst/script/
closure.h 27 typedef args::Package<MutableFstClass*, const ClosureType> ClosureArgs;
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
  /external/openfst/src/include/fst/
closure.h 46 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) {
rational.h 40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string
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/
closure.h 39 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) {
rational.h 33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string
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/
closure.cc 24 void Closure(MutableFstClass *fst, ClosureType closure_type) {
  /external/chromium_org/third_party/skia/gm/
nonclosedpaths.cpp 21 enum ClosureType {
50 static void MakePath(SkPath* path, ClosureType type) {
92 static const ClosureType kType[] = {
  /external/skia/gm/
nonclosedpaths.cpp 21 enum ClosureType {
50 static void MakePath(SkPath* path, ClosureType type) {
92 static const ClosureType kType[] = {
  /external/openfst/src/bin/
fstclosure.cc 49 fst::ClosureType closure_type =

Completed in 600 milliseconds