OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefixTuple
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h
309
const
PrefixTuple
& top = stack.Top();
385
// \class
PrefixTuple
387
struct
PrefixTuple
{
388
PrefixTuple
(Label f, StateId s) : fst_id(f), nextstate(s) {}
406
prefix_.push_back(
PrefixTuple
(fst_id, nextstate));
413
const
PrefixTuple
& Top() const {
422
vector<
PrefixTuple
> prefix_;
/external/openfst/src/include/fst/
replace.h
704
const
PrefixTuple
& top = stack.Top();
790
// \class
PrefixTuple
792
struct
PrefixTuple
{
793
PrefixTuple
(Label f, StateId s) : fst_id(f), nextstate(s) {}
811
prefix_.push_back(
PrefixTuple
(fst_id, nextstate));
818
const
PrefixTuple
& Top() const {
827
vector<
PrefixTuple
> prefix_;
[
all
...]
Completed in 208 milliseconds