OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RationalFstImpl
(Results
1 - 5
of
5
) sorted by null
/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_;
/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;
closure.h
106
using ImplToFst<
RationalFstImpl
<A> >::GetImpl;
union.h
134
using ImplToFst<
RationalFstImpl
<A> >::GetImpl;
concat.h
195
using ImplToFst<
RationalFstImpl
<A> >::GetImpl;
Completed in 506 milliseconds