OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorFstBaseImpl
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
vector-fst.h
42
class
VectorFstBaseImpl
: public FstImpl<typename State::Arc> {
48
VectorFstBaseImpl
() : start_(kNoStateId) {}
50
~
VectorFstBaseImpl
() {
161
DISALLOW_COPY_AND_ASSIGN(
VectorFstBaseImpl
);
179
// This is a
VectorFstBaseImpl
container that holds VectorState's. It
182
class VectorFstImpl : public
VectorFstBaseImpl
< VectorState<A> > {
190
using
VectorFstBaseImpl
<VectorState<A> >::Start;
191
using
VectorFstBaseImpl
<VectorState<A> >::NumStates;
192
using
VectorFstBaseImpl
<VectorState<A> >::GetState;
193
using
VectorFstBaseImpl
<VectorState<A> >::ReserveArcs
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h
36
class
VectorFstBaseImpl
: public FstImpl<typename State::Arc> {
42
VectorFstBaseImpl
() : start_(kNoStateId) {}
44
~
VectorFstBaseImpl
() {
155
DISALLOW_EVIL_CONSTRUCTORS(
VectorFstBaseImpl
);
173
// This is a
VectorFstBaseImpl
container that holds VectorState's. It
176
class VectorFstImpl : public
VectorFstBaseImpl
< VectorState<A> > {
183
using
VectorFstBaseImpl
<VectorState<A> >::Start;
184
using
VectorFstBaseImpl
<VectorState<A> >::NumStates;
188
typedef
VectorFstBaseImpl
< VectorState<A> > BaseImpl;
Completed in 73 milliseconds