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

/external/openfst/src/include/fst/script/
H A Dscript-impl.h77 // This can be provided easily by the REGISTER_FST_OPERATION macro in
80 // REGISTER_FST_OPERATION(Foo, StdArc, FooArgs);
81 // REGISTER_FST_OPERATION(Foo, MyArc, FooArgs);
171 #define REGISTER_FST_OPERATION(Op, Arc, ArgPack) \ macro

Completed in 62 milliseconds