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 178 G afst2; local
179 afst2 = *static_cast<const Fst<Arc> *>(fst);
180 CHECK(Equal(*fst, afst2));
183 afst2.operator=(afst2);
184 CHECK(Equal(*fst, afst2));

Completed in 48 milliseconds