Lines Matching refs:edits
37 // relatively small number of edits (read: mutations), then this implementation
38 // will copy the edited node to an internal MutableFst and perform any edits in
340 // next read in MutabelFstT machine that stores edits
351 MutableFstT *edits = MutableFstT::Read(strm, edits_opts);
352 if (!edits) {
355 data->edits_ = *edits;
356 delete edits;
371 // number of edits (read: mutations), then this implementation will copy the
372 // edited node to an internal MutableFst and perform any edits in situ on that
614 // mutating methods specifically related to the types of edits provided
630 // non-destructive edits on this wrapped fst.