OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookAheadMatcher
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
matcher-fst.h
244
class
LookAheadMatcher
< MatcherFst<F, M, N, I> > {
252
LookAheadMatcher
(const FST &fst, MatchType match_type) {
256
LookAheadMatcher
(const
LookAheadMatcher
<FST> &matcher, bool safe = false) {
260
~
LookAheadMatcher
() { delete matcher_; }
263
LookAheadMatcher
<FST> *Copy(bool safe = false) const {
264
return new
LookAheadMatcher
<FST>(*this, safe);
299
void operator=(const
LookAheadMatcher
<FST> &); // disallow
lookahead-filter.h
62
LookAheadMatcher
< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
63
LookAheadMatcher
< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
194
class M1 =
LookAheadMatcher
<typename F::FST1>,
327
class M1 =
LookAheadMatcher
<typename F::FST1>,
421
class M1 =
LookAheadMatcher
<typename F::FST1>,
628
typedef
LookAheadMatcher
< Fst<A> > M;
638
typedef
LookAheadMatcher
< Fst<A> > M;
649
typedef
LookAheadMatcher
< Fst<A> > M;
662
typedef
LookAheadMatcher
< Fst<A> > M;
675
typedef
LookAheadMatcher
< Fst<A> > M
[
all
...]
lookahead-matcher.h
41
// class
LookAheadMatcher
{
50
//
LookAheadMatcher
(const F &fst, MatchType match_type);
53
//
LookAheadMatcher
(const
LookAheadMatcher
&matcher, bool safe = false);
708
class
LookAheadMatcher
{
717
LookAheadMatcher
(const F &fst, MatchType match_type) {
724
LookAheadMatcher
(const
LookAheadMatcher
<F> &matcher, bool safe = false) {
729
~
LookAheadMatcher
() { delete base_; }
732
LookAheadMatcher
<F> *Copy(bool safe = false) const
[
all
...]
/external/openfst/src/include/fst/script/
info-impl.h
164
LookAheadMatcher
< Fst<A> > imatcher(fst, MATCH_INPUT);
168
LookAheadMatcher
< Fst<A> > omatcher(fst, MATCH_OUTPUT);
Completed in 593 milliseconds