OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitMatcher
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/include/fst/
matcher-fst.h
141
virtual M *
InitMatcher
(MatchType match_type) const {
213
matcher_ = fst.
InitMatcher
(match_type);
253
matcher_ = fst.
InitMatcher
(match_type);
compact-fst.h
889
virtual MatcherBase<A> *
InitMatcher
(MatchType match_type) const {
[
all
...]
fst.h
274
virtual MatcherBase<A> *
InitMatcher
(MatchType match_type) const;
529
MatcherBase<A> *Fst<A>::
InitMatcher
(MatchType match_type) const {
replace.h
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
718
virtual MatcherBase<A>*
InitMatcher
(MatchType match_type) const {
Completed in 66 milliseconds