Searched refs:SymbolTableImpl (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/lib/
H A Dsymbol-table.cc42 SymbolTableImpl* SymbolTableImpl::ReadText(istream &strm,
45 SymbolTableImpl* impl = new SymbolTableImpl(filename);
82 void SymbolTableImpl::MaybeRecomputeCheckSum() const {
122 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) {
160 SymbolTableImpl* SymbolTableImpl::Read(istream &strm,
170 SymbolTableImpl* impl = new SymbolTableImpl(nam
[all...]
/external/openfst/src/include/fst/
H A Dsymbol-table.h67 class SymbolTableImpl { class in namespace:fst
69 SymbolTableImpl(const string &name) function in class:fst::SymbolTableImpl
75 explicit SymbolTableImpl(const SymbolTableImpl& impl) function in class:fst::SymbolTableImpl
85 ~SymbolTableImpl() {
99 static SymbolTableImpl* ReadText(
103 static SymbolTableImpl* Read(istream &strm,
222 SymbolTable() : impl_(new SymbolTableImpl("<unspecified>")) {}
225 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {}
252 SymbolTableImpl* imp
[all...]

Completed in 226 milliseconds