OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSURE_PLUS
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/bin/
fstclosure.cc
25
DEFINE_bool(
closure_plus
, false,
50
FLAGS_closure_plus ? fst::
CLOSURE_PLUS
: fst::CLOSURE_STAR;
/external/openfst/src/test/
algo_test.h
119
Closure(&C1,
CLOSURE_PLUS
);
120
ClosureFst<Arc> C2(T1,
CLOSURE_PLUS
);
267
Closure(&P,
CLOSURE_PLUS
);
281
Closure(&P,
CLOSURE_PLUS
);
291
ClosureFst<Arc> P(T1,
CLOSURE_PLUS
);
301
ClosureFst<Arc> P(T1,
CLOSURE_PLUS
);
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h
34
CLOSURE_PLUS
= 1 }; // T+ -> don't add the empty string
/external/openfst/src/include/fst/
rational.h
41
CLOSURE_PLUS
= 1 }; // T+ -> don't add the empty string
Completed in 43 milliseconds