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

/external/openfst/src/include/fst/
H A Dqueue.h814 class_func_(class_func),
822 StateId c = class_func_(s);
837 StateId c = class_func_(s);
860 const C &class_func_; // eqv. class function object member in class:fst::PruneQueue
879 const C &class_func_, Weight threshold) :
881 class_func_, threshold) {}
878 NaturalPruneQueue(const vector<W> &distance, Q *queue, const C &class_func_, Weight threshold) argument

Completed in 596 milliseconds