Lines Matching refs:source
131 bool Write(ostream &strm, const string &source) const {
144 LOG(ERROR) << "EncodeTable::Write: write failed: " << source;
148 bool Read(istream &strm, const string &source) {
154 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source;
161 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
173 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
277 bool Write(ostream &strm, const string& source) {
278 return table_->Write(strm, source);
291 const string& source, EncodeType type) {
293 bool r = table->Read(strm, source);