OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddOnImpl
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
add-on.h
144
class
AddOnImpl
: public FstImpl<typename F::Arc> {
156
AddOnImpl
(const F &fst, const string &type, T *t = 0)
165
AddOnImpl
(const Fst<Arc> &fst, const string &type, T *t = 0)
173
AddOnImpl
(const
AddOnImpl
<F, T> &impl)
181
~
AddOnImpl
() {
200
static
AddOnImpl
<F, T> *Read(istream &strm, const FstReadOptions &opts) {
207
AddOnImpl
<F, T> *impl = new
AddOnImpl
<F, T>(nopts.header->FstType());
215
LOG(ERROR) << "
AddOnImpl
::Read: Bad add-on header: " << nopts.source
[
all
...]
matcher-fst.h
70
typedef
AddOnImpl
<typename M::FST, D> Impl;
80
AddOnImpl
<F,
92
typedef
AddOnImpl
<F, D> Impl;
Completed in 40 milliseconds