Searched refs:root_num_children_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h264 size_t root_num_children_; member in class:fst::NGramFstImpl
558 root_num_children_ = last_child - root_first_child_ + 1;
566 const Label *loc = lower_bound(children, children + root_num_children_,
568 if (loc == children + root_num_children_ || *loc != future) {
603 const Label *loc = lower_bound(children, children + root_num_children_, *cit);
604 if (loc == children + root_num_children_ || *loc != *cit) return;

Completed in 237 milliseconds