OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
87
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
) {
add-on.h
244
nopts.
write_osymbols
= false;
edit-fst.h
489
header_opts.
write_osymbols
= false;
Completed in 149 milliseconds