Home | History | Annotate | Download | only in test

Lines Matching refs:opts

242         FstWriteOptions opts;
243 opts.source = aligned;
244 opts.align = true;
245 CHECK(fst.Write(ostr, opts));
248 FstReadOptions opts;
249 opts.mode = FstReadOptions::ReadMode("map");
250 opts.source = aligned;
251 G *gfst = G::Read(istr, opts);
261 FstWriteOptions opts;
262 opts.source = aligned;
263 opts.align = false;
264 CHECK(fst.Write(ostr, opts));
267 FstReadOptions opts;
268 opts.mode = FstReadOptions::ReadMode("map");
269 opts.source = aligned;
270 G *gfst = G::Read(istr, opts);