OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_ISYMBOLS
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/lib/
symbol-table-ops.cc
111
if (hdr.GetFlags() & FstHeader::
HAS_ISYMBOLS
) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
72
HAS_ISYMBOLS
= 1, // Has input symbol table
481
if (hdr->GetFlags() & FstHeader::
HAS_ISYMBOLS
)
509
file_flags |= FstHeader::
HAS_ISYMBOLS
;
/external/openfst/src/include/fst/
fst.h
106
HAS_ISYMBOLS
= 0x1, // Has input symbol table
696
file_flags |= FstHeader::
HAS_ISYMBOLS
;
724
file_flags |= FstHeader::
HAS_ISYMBOLS
;
811
if (hdr->GetFlags() & FstHeader::
HAS_ISYMBOLS
)
Completed in 299 milliseconds