Home
last modified time | relevance | path

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

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