Searched defs:CustomArc (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/test/
H A Dfst_test.cc32 struct CustomArc { struct in namespace:fst
37 CustomArc(Label i, Label o, Weight w, StateId s) : function in struct:fst::CustomArc
39 CustomArc() {} function in struct:fst::CustomArc
94 REGISTER_FST(VectorFst, CustomArc);
95 REGISTER_FST(ConstFst, CustomArc);
100 CompactFst<CustomArc, CustomCompactor<CustomArc> > >
118 using fst::CustomArc;
158 // VectorFst<CustomArc> tests
160 FstTester< VectorFst<CustomArc> > std_vector_teste
[all...]

Completed in 83 milliseconds