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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp35 SymbolTableImpl* SymbolTableImpl::ReadText(const string &filename) {
43 SymbolTableImpl* impl = new SymbolTableImpl(filename);
74 void SymbolTableImpl::RecomputeCheckSum() const {
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) {
102 SymbolTableImpl* SymbolTableImpl::Read(istream &strm,
112 SymbolTableImpl* impl = new SymbolTableImpl(nam
[all...]
H A Dsymbol-table.h36 class SymbolTableImpl { class in namespace:fst
39 SymbolTableImpl(const string &name) function in class:fst::SymbolTableImpl
42 ~SymbolTableImpl() {
54 void AddTable(SymbolTableImpl* table) {
60 static SymbolTableImpl* ReadText(const string& filename);
62 static SymbolTableImpl* Read(istream &strm, const string& source);
123 static SymbolTableImpl* Read1(istream &, const string &);
136 DISALLOW_EVIL_CONSTRUCTORS(SymbolTableImpl);
161 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {}
227 SymbolTableImpl* imp
[all...]
/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 984 milliseconds