Home | History | Annotate | Download | only in script

Lines Matching full:int64

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(); return niepsilons_; }
192 int64 NumOutputEpsilons() const { CheckLong(); return noepsilons_; }
193 int64 NumAccessible() const { CheckLong(); return naccess_; }
194 int64 NumCoAccessible() const { CheckLong(); return ncoaccess_; }
195 int64 NumConnected() const { CheckLong(); return nconnect_; }
196 int64 NumCc() const { CheckLong(); return ncc_; }
197 int64 NumScc() const { CheckLong(); return nscc_; }
209 int64 nstates_;
210 int64 narcs_;
211 int64 start_;
212 int64 nfinal_;
213 int64 nepsilons_;
214 int64 niepsilons_;
215 int64 noepsilons_;
216 int64 naccess_;
217 int64 ncoaccess_;
218 int64 nconnect_;
219 int64 ncc_;
220 int64 nscc_;