OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isymbols
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/lib/
symbol-table-ops.cc
112
SymbolTable *
isymbols
= SymbolTable::Read(in, filename);
local
113
if (
isymbols
== NULL) {
119
return
isymbols
;
121
delete
isymbols
;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
39
const SymbolTable*
isymbols
; // Pointer to input symbols (if non-zero)
member in struct:fst::FstReadOptions
46
: source(src), header(hdr),
isymbols
(isym), osymbols(osym) {}
486
if (opts.
isymbols
) {
488
isymbols_ = opts.
isymbols
->Copy();
replace.h
154
const SymbolTable*
isymbols
= fst_array_[1]->InputSymbols();
local
157
if (!CompatSymbols(
isymbols
, fst_array_[i]->InputSymbols())) {
/external/openfst/src/include/fst/
fst.h
64
const SymbolTable*
isymbols
; // Pointer to input symbols. If non-zero, use
member in struct:fst::FstReadOptions
65
// this info (read and skip stream
isymbols
)
816
if (opts.
isymbols
) {
818
isymbols_ = opts.
isymbols
->Copy();
Completed in 271 milliseconds