HomeSort by relevance Sort by last modified time
    Searched defs:write_osymbols (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 54 bool write_osymbols; // Write output symbols? member in struct:fst::FstWriteOptions
60 write_isymbols(isym), write_osymbols(osym) {}
510 if (osymbols_ && opts.write_osymbols)
516 if (osymbols_ && opts.write_osymbols) osymbols_->Write(strm);
  /external/openfst/src/include/fst/
fst.h 80 bool write_osymbols; // Write output symbols? member in struct:fst::FstWriteOptions
88 write_isymbols(isym), write_osymbols(osym), align(alig) {}
691 if (osymbols_ && opts.write_osymbols)
699 if (osymbols_ && opts.write_osymbols) osymbols_->Write(strm);
718 if (fst.OutputSymbols() && opts.write_osymbols)
728 if (fst.OutputSymbols() && opts.write_osymbols) {

Completed in 64 milliseconds