OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatcherBase
(Results
1 - 7
of
7
) sorted by null
/external/openfst/src/include/fst/
matcher.h
104
class
MatcherBase
{
111
virtual ~
MatcherBase
() {}
113
virtual
MatcherBase
<A> *Copy(bool safe = false) const = 0;
138
class SortedMatcher : public
MatcherBase
<typename F::Arc> {
395
class RhoMatcher : public
MatcherBase
<typename M::Arc> {
569
class SigmaMatcher : public
MatcherBase
<typename M::Arc> {
758
class PhiMatcher : public
MatcherBase
<typename M::Arc> {
[
all
...]
fst.h
53
template <class A> class
MatcherBase
;
274
virtual
MatcherBase
<A> *InitMatcher(MatchType match_type) const;
529
MatcherBase
<A> *Fst<A>::InitMatcher(MatchType match_type) const {
lookahead-matcher.h
133
class LookAheadMatcherBase : public
MatcherBase
<A> {
804
MatcherBase
<Arc> *base_;
replace.h
[
all
...]
compact-fst.h
889
virtual
MatcherBase
<A> *InitMatcher(MatchType match_type) const {
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
191
class
MatcherBase
{
220
MatcherBase
() {}
223
explicit
MatcherBase
(const MatcherInterface<T>* impl)
226
virtual ~
MatcherBase
() {}
251
class Matcher : public internal::
MatcherBase
<T> {
260
: internal::
MatcherBase
<T>(impl) {}
272
: public internal::
MatcherBase
<const internal::string&> {
277
: internal::
MatcherBase
<const internal::string&>(impl) {}
289
: public internal::
MatcherBase
<internal::string> {
294
: internal::
MatcherBase
<internal::string>(impl) {
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
718
virtual
MatcherBase
<A>* InitMatcher(MatchType match_type) const {
750
class NGramFstMatcher : public
MatcherBase
<A> {
Completed in 522 milliseconds