Searched refs:FarWriter (Results 1 – 3 of 3) sorted by relevance
89 class FarWriter {94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);104 virtual ~FarWriter() {} in ~FarWriter()107 FarWriter() {} in FarWriter() function110 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) { in Create()
45 FarWriter<Arc> *far_writer = in FarCreate()46 FarWriter<Arc>::Create(out_fname, far_type); in FarCreate()
210 FarWriter<Arc> *far_writer = in FarCompileStrings()211 FarWriter<Arc>::Create(out_fname, far_type); in FarCompileStrings()