OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFstProperties
(Results
1 - 11
of
11
) sorted by null
/external/openfst/src/include/fst/
closure.h
51
uint64 props = fst->Properties(
kFstProperties
, false);
70
kFstProperties
);
concat.h
62
uint64 props1 = fst1->Properties(
kFstProperties
, false);
63
uint64 props2 = fst2.Properties(
kFstProperties
, false);
101
fst1->SetProperties(ConcatProperties(props1, props2),
kFstProperties
);
127
uint64 props1 = fst1.Properties(
kFstProperties
, false);
128
uint64 props2 = fst2->Properties(
kFstProperties
, false);
160
fst2->SetProperties(ConcatProperties(props1, props2),
kFstProperties
);
union.h
61
uint64 props1 = fst1->Properties(
kFstProperties
, false);
62
uint64 props2 = fst2.Properties(
kFstProperties
, false);
105
fst1->SetProperties(UnionProperties(props1, props2),
kFstProperties
);
relabel.h
61
uint64 props = fst->Properties(
kFstProperties
, false);
111
fst->SetProperties(RelabelProperties(props),
kFstProperties
);
327
uint64 Properties() const { return Properties(
kFstProperties
); }
shortest-path.h
202
ShortestPathProperties(ofst->Properties(
kFstProperties
, false)),
203
kFstProperties
);
382
ShortestPathProperties(ofst->Properties(
kFstProperties
, false)),
383
kFstProperties
);
properties.h
315
const uint64
kFstProperties
= kBinaryProperties | kTrinaryProperties;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h
44
uint64 props = fst->Properties(
kFstProperties
, false);
62
kFstProperties
);
concat.h
48
uint64 props1 = fst1->Properties(
kFstProperties
, false);
49
uint64 props2 = fst2.Properties(
kFstProperties
, false);
78
fst1->SetProperties(ConcatProperties(props1, props2),
kFstProperties
);
union.h
48
uint64 props1 = fst1->Properties(
kFstProperties
, false);
49
uint64 props2 = fst2.Properties(
kFstProperties
, false);
80
fst1->SetProperties(UnionProperties(props1, props2),
kFstProperties
);
properties.h
291
const uint64
kFstProperties
= kBinaryProperties | kTrinaryProperties;
relabel.h
49
uint64 props = fst->Properties(
kFstProperties
, false);
83
fst->SetProperties(RelabelProperties(props),
kFstProperties
);
Completed in 681 milliseconds