OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_OSYMBOLS
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/lib/
symbol-table-ops.cc
123
if (hdr.GetFlags() & FstHeader::
HAS_OSYMBOLS
) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
73
HAS_OSYMBOLS
= 2 // Has output symbol table
483
if (hdr->GetFlags() & FstHeader::
HAS_OSYMBOLS
)
511
file_flags |= FstHeader::
HAS_OSYMBOLS
;
/external/openfst/src/include/fst/
fst.h
107
HAS_OSYMBOLS
= 0x2, // Has output symbol table
698
file_flags |= FstHeader::
HAS_OSYMBOLS
;
726
file_flags |= FstHeader::
HAS_OSYMBOLS
;
813
if (hdr->GetFlags() & FstHeader::
HAS_OSYMBOLS
)
Completed in 388 milliseconds