OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LookAheadMatcher
(Results
1 - 2
of
2
) 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-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
...]
Completed in 54 milliseconds