Home
last modified time | relevance | path

Searched refs:numarcs_ (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/lib/
Dfst.cc147 ReadType(strm, &numarcs_); in Read()
166 WriteType(strm, numarcs_); in Write()
/external/openfst/src/include/fst/
Dfst.h112 numstates_(0), numarcs_(0) {} in FstHeader()
120 int64 NumArcs() const { return numarcs_; } in NumArcs()
129 void SetNumArcs(int64 numarcs) { numarcs_ = numarcs; } in SetNumArcs()
143 int64 numarcs_; // # of arcs variable