Lines Matching refs:FarWriter
89 class FarWriter {
94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
104 virtual ~FarWriter() {}
107 FarWriter() {}
110 DISALLOW_COPY_AND_ASSIGN(FarWriter);
172 class STTableFarWriter : public FarWriter<A> {
202 class STListFarWriter : public FarWriter<A> {
232 class FstFarWriter : public FarWriter<A> {
269 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) {
281 LOG(ERROR) << "FarWriter::Create: unknown far type";