HomeSort by relevance Sort by last modified time
    Searched refs:HashBiTable (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
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)
82 ~HashBiTable() {
112 void operator=(const HashBiTable<I, T, H, E> &table); // disallow
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>() {}
83 : HashBiTable<StateId, T, H>(table_size) {}

Completed in 2498 milliseconds