Home
last modified time | relevance | path

Searched refs:class_func_ (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dqueue.h814 class_func_(class_func), in PruneQueue()
822 StateId c = class_func_(s); in Enqueue()
837 StateId c = class_func_(s); in Update()
860 const C &class_func_; // eqv. class function object variable
879 const C &class_func_, Weight threshold) : in NaturalPruneQueue() argument
881 class_func_, threshold) {} in NaturalPruneQueue()