Searched defs:kNoLabel (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dstring.h45 Label unknown_label = kNoLabel,
128 if ((n == -1) && (unknown_label_ != kNoLabel))
44 StringCompiler(TokenType type, const SymbolTable *syms = 0, Label unknown_label = kNoLabel, bool allow_negative = false) argument
H A Dmatcher.h70 // // Returns true if a match found. kNoLabel matches any
134 // Arc(kNoLabel, 0, Weight::One(), current_state) as well as any
136 // Arc(0, kNoLabel, Weight::One(), current_state) is instead matched.
155 match_label_(kNoLabel),
157 loop_(kNoLabel, 0, Weight::One(), kNoStateId),
179 match_label_(kNoLabel),
232 match_label_ = kNoLabel;
236 match_label_ = match_label == kNoLabel ? 0 : match_label;
250 match_label_ = kNoLabel;
389 // kNoLabel, thi
403 RhoMatcher(const FST &fst, MatchType match_type, Label rho_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
577 SigmaMatcher(const FST &fst, MatchType match_type, Label sigma_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
766 PhiMatcher(const FST &fst, MatchType match_type, Label phi_label = kNoLabel, bool phi_loop = true, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
[all...]
H A Dfst.h594 const int kNoLabel = -1; // Not a valid label member in namespace:fst
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h383 const int kNoLabel = -1; // Not a valid label member in namespace:fst

Completed in 1100 milliseconds