OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RationalFstImpl
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
rational.h
52
class
RationalFstImpl
: public FstImpl<A> {
65
explicit
RationalFstImpl
(const RationalFstOptions &opts)
73
RationalFstImpl
(const
RationalFstImpl
<A> &impl)
88
virtual ~
RationalFstImpl
() {
258
void operator=(const
RationalFstImpl
<A> &impl); // disallow
267
class RationalFst : public ImplToFst<
RationalFstImpl
<A> > {
278
typedef
RationalFstImpl
<A> Impl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h
44
class
RationalFstImpl
: public ReplaceFstImpl<A> {
56
explicit
RationalFstImpl
(const RationalFstOptions &opts)
180
DISALLOW_EVIL_CONSTRUCTORS(
RationalFstImpl
);
234
RationalFst() : impl_(new
RationalFstImpl
<A>(RationalFstOptions())) {}
236
: impl_(new
RationalFstImpl
<A>(opts)) {}
245
RationalFstImpl
<A> *Impl() { return impl_; }
248
RationalFstImpl
<A> *impl_;
Completed in 60 milliseconds