Searched defs:write_osymbols (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h54 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/
H A Dfst.h87 bool write_osymbols; // Write output symbols? member in struct:fst::FstWriteOptions
95 write_isymbols(isym), write_osymbols(osym), align(alig) {}
697 if (osymbols_ && opts.write_osymbols)
705 if (osymbols_ && opts.write_osymbols) osymbols_->Write(strm);
725 if (fst.OutputSymbols() && opts.write_osymbols)
735 if (fst.OutputSymbols() && opts.write_osymbols) {

Completed in 124 milliseconds