HomeSort by relevance Sort by last modified time
    Searched full:afst2 (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/test/
fst_test.h 176 G afst2; local
177 afst2 = *static_cast<const Fst<Arc> *>(fst);
178 CHECK(Equal(*fst, afst2));
181 afst2.operator=(afst2);
182 CHECK(Equal(*fst, afst2));

Completed in 1355 milliseconds