HomeSort by relevance Sort by last modified time
    Searched refs:SymbolTableImpl (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 35 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(name)
    [all...]
symbol-table.h 37 class SymbolTableImpl {
40 SymbolTableImpl(const string &name)
43 ~SymbolTableImpl() {
55 void AddTable(SymbolTableImpl* table) {
61 static SymbolTableImpl* ReadText(const string& filename);
63 static SymbolTableImpl* Read(istream &strm, const string& source);
124 static SymbolTableImpl* Read1(istream &, const string &);
137 DISALLOW_EVIL_CONSTRUCTORS(SymbolTableImpl);
162 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {}
228 SymbolTableImpl* impl = SymbolTableImpl::ReadText(filename)
    [all...]

Completed in 17 milliseconds