Searched refs:matcher2_ (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 223 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)), 232 matcher2_(filter.matcher2_->Copy(safe)), 240 delete matcher2_; in ~SequenceComposeFilter() local 272 Matcher2 *GetMatcher2() { return matcher2_; } in GetMatcher2() 278 Matcher2 *matcher2_; variable 308 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)), 309 fst2_(matcher2_->GetFst()), 317 matcher2_(filter.matcher2_->Copy(safe)), 318 fst2_(matcher2_->GetFst()), 325 delete matcher2_; in ~AltSequenceComposeFilter() local [all …]
|
D | compose.h | 229 matcher2_(filter_->GetMatcher2()), in ComposeFstImpl() 231 fst2_(matcher2_->GetFst()), in ComposeFstImpl() 255 (matcher2_->Properties(0) & kError) | in Properties() 275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); in Expand() 365 Matcher2 *matcher2_; variable 383 matcher2_(filter_->GetMatcher2()), in ComposeFstImpl() 385 fst2_(matcher2_->GetFst()), in ComposeFstImpl() 389 MatchType type2 = matcher2_->Type(false); in ComposeFstImpl() 398 } else if (matcher2_->Type(true) == MATCH_INPUT) { in ComposeFstImpl() 408 uint64 mprops2 = matcher2_->Properties(fprops2); in ComposeFstImpl()
|
D | lookahead-filter.h | 449 matcher2_(fst2_, MATCH_INPUT, in PushLabelsComposeFilter() 464 matcher2_(fst2_, MATCH_INPUT, 530 Matcher2 *GetMatcher2() { return &matcher2_; } in GetMatcher2() 605 Matcher2 matcher2_; // Multi-epsilon matcher for fst2 variable
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 1214 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcherImpl() 1220 matcher2_.DescribeTo(os); in DescribeTo() 1228 matcher2_.DescribeNegationTo(os); in DescribeNegationTo() 1242 if (!matcher2_.MatchAndExplain(x, &listener2)) { in MatchAndExplain() 1264 const Matcher<T> matcher2_; variable 1275 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcher() 1283 SafeMatcherCast<T>(matcher2_))); 1288 Matcher2 matcher2_; variable 1301 : matcher1_(matcher1), matcher2_(matcher2) {} in EitherOfMatcherImpl() 1307 matcher2_.DescribeTo(os); in DescribeTo() [all …]
|