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

/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h63 :id_(id), node_(node), node_table_(node_table) {}
72 node_ = node_table_->FindEntry(id_);
78 NodeTable *node_table_; member in class:fst::Collection::SetIterator
89 node_id = node_table_.FindId(node, insert);
98 if (id < 0 || id >= node_table_.Size()) {
99 return SetIterator(kNoNodeId, Node(kNoNodeId, T()), &node_table_);
101 return SetIterator(id, node_table_.FindEntry(id), &node_table_);
105 I Size() const { return node_table_.Size(); }
112 NodeTable node_table_; member in class:fst::Collection
[all...]

Completed in 45 milliseconds