Home | History | Annotate | Download | only in lib

Lines Matching refs:SymbolTableImpl

38 SymbolTableImpl* SymbolTableImpl::ReadText(istream &strm,
41 SymbolTableImpl* impl = new SymbolTableImpl(filename);
76 void SymbolTableImpl::MaybeRecomputeCheckSum() const {
107 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) {
145 SymbolTableImpl* SymbolTableImpl::Read(istream &strm,
155 SymbolTableImpl* impl = new SymbolTableImpl(name);
193 bool SymbolTableImpl::Write(ostream &strm) const {