Searched refs:Matcher1 (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 213 typedef M1 Matcher1; typedef 271 Matcher1 *GetMatcher1() { return matcher1_; } in GetMatcher1() 277 Matcher1 *matcher1_; 298 typedef M1 Matcher1; typedef 356 Matcher1 *GetMatcher1() { return matcher1_; } in GetMatcher1() 362 Matcher1 *matcher1_; 384 typedef M1 Matcher1; typedef 456 Matcher1 *GetMatcher1() { return matcher1_; } in GetMatcher1() 462 Matcher1 *matcher1_; 485 typedef typename F::Matcher1 Matcher1; typedef [all …]
|
D | lookahead-filter.h | 202 typedef typename F::Matcher1 Matcher1; typedef 264 Matcher1 *GetMatcher1() { return filter_.GetMatcher1(); } in GetMatcher1() 267 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { in Selector() 313 LookAheadSelector<Matcher1, Matcher2, MT> selector_; 335 typedef typename F::Matcher1 Matcher1; typedef 392 Matcher1 *GetMatcher1() { return filter_.GetMatcher1(); } in GetMatcher1() 395 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { in Selector() 433 typedef MultiEpsMatcher<typename F::Matcher1> Matcher1; typedef 529 Matcher1 *GetMatcher1() { return &matcher1_; } in GetMatcher1() 541 const LookAheadSelector<typename F::Matcher1, typename F::Matcher2, MT> [all …]
|
D | compose.h | 212 typedef typename F::Matcher1 Matcher1; typedef 375 Matcher1 *matcher1_;
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 285 typedef typename F::Matcher1 Matcher1; typedef 295 Matcher1 *matcher1 = 0, Matcher2 *matcher2 = 0, 384 Matcher1 *GetMatcher1() { return filter_.GetMatcher1(); } in GetMatcher1()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1317 template <typename Matcher1, typename Matcher2> 1320 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in BothOfMatcher() 1333 Matcher1 matcher1_; 1405 template <typename Matcher1, typename Matcher2> 1408 EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in EitherOfMatcher() 1421 Matcher1 matcher1_;
|