Searched refs:HashBiTable (Results 1 – 2 of 2) sorted by relevance
/external/openfst/src/include/fst/ |
D | state-table.h | 71 class HashStateTable : public HashBiTable<typename T::StateId, T, H> { 75 using HashBiTable<StateId, T, H>::FindId; 76 using HashBiTable<StateId, T, H>::FindEntry; 77 using HashBiTable<StateId, T, H>::Size; 79 HashStateTable() : HashBiTable<StateId, T, H>() {} in HashStateTable() 83 : HashBiTable<StateId, T, H>(table_size) {} in HashStateTable()
|
D | bi-table.h | 62 class HashBiTable { 65 explicit HashBiTable(size_t table_size = 0, H *h = 0, E *e = 0) 73 HashBiTable(const HashBiTable<I, T, H, E> &table) in HashBiTable() function 82 ~HashBiTable() { in ~HashBiTable() 112 void operator=(const HashBiTable<I, T, H, E> &table); // disallow
|