Searched refs:isym (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/lib/
H A Dfst.cc171 const SymbolTable* isym, const SymbolTable* osym)
172 : source(src), header(hdr), isymbols(isym), osymbols(osym) {
176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym, argument
178 : source(src), header(0), isymbols(isym), osymbols(osym) {
170 FstReadOptions(const string& src, const FstHeader *hdr, const SymbolTable* isym, const SymbolTable* osym) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h44 const SymbolTable* isym = 0,
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {}
57 bool hdr = true, bool isym = true,
60 write_isymbols(isym), write_osymbols(osym) {}
/external/openfst/src/include/fst/
H A Dfst.h72 const SymbolTable* isym = 0,
76 const SymbolTable* isym,
92 bool hdr = true, bool isym = true,
95 write_isymbols(isym), write_osymbols(osym), align(alig) {}
/external/llvm/include/llvm/Support/
H A DMachO.h777 uint32_t isym:24, member in struct:llvm::MachO::dylib_reference

Completed in 288 milliseconds