HomeSort by relevance Sort by last modified time
    Searched refs:write_osymbols (Results 1 - 4 of 4) 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) {
add-on.h 244 nopts.write_osymbols = false;
edit-fst.h 484 header_opts.write_osymbols = false;

Completed in 125 milliseconds