Searched refs:CheckLong (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dinfo-impl.h182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; }
183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; }
184 bool InputLookAhead() const { CheckLong(); return input_lookahead_; }
185 bool OutputLookAhead() const { CheckLong(); return output_lookahead_; }
186 int64 NumStates() const { CheckLong(); return nstates_; }
187 int64 NumArcs() const { CheckLong(); return narcs_; }
188 int64 Start() const { CheckLong(); return start_; }
189 int64 NumFinal() const { CheckLong(); return nfinal_; }
190 int64 NumEpsilons() const { CheckLong(); return nepsilons_; }
191 int64 NumInputEpsilons() const { CheckLong(); retur
201 void CheckLong() const { function in class:fst::FstInfo
[all...]

Completed in 86 milliseconds