OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorBiTable
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
bi-table.h
273
//
VectorBiTable
constructs the FP object. The user can instead
274
// pass in this object; in that case,
VectorBiTable
takes its
277
class
VectorBiTable
{
280
explicit
VectorBiTable
(FP *fp = 0, size_t table_size = 0)
286
VectorBiTable
(const
VectorBiTable
<I, T, FP> &table)
291
~
VectorBiTable
() { delete fp_; }
320
void operator=(const
VectorBiTable
<I, T, FP> &table); // disallow
state-table.h
120
: public
VectorBiTable
<typename T::StateId, T, FP> {
124
using
VectorBiTable
<StateId, T, FP>::FindId;
125
using
VectorBiTable
<StateId, T, FP>::FindEntry;
126
using
VectorBiTable
<StateId, T, FP>::Size;
127
using
VectorBiTable
<StateId, T, FP>::Fingerprint;
131
:
VectorBiTable
<StateId, T, FP>(fp, table_size) {}
Completed in 44 milliseconds