OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kArcILabelValue
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/include/fst/
label-reachable.h
322
aiter->SetFlags(aiter_input ?
kArcILabelValue
: kArcOLabelValue,
346
aiter->SetFlags(aiter_input ?
kArcILabelValue
: kArcOLabelValue,
512
aiter->SetFlags(aiter_input ?
kArcILabelValue
: kArcOLabelValue,
compact-fst.h
572
const A &arc = ComputeArc(s, i,
kArcILabelValue
);
604
s, i, output_epsilons ? kArcOLabelValue :
kArcILabelValue
);
946
arc_ = compactor_->Expand(s, *compacts_,
kArcILabelValue
);
[
all
...]
fst.h
376
static const uint32
kArcILabelValue
= 0x0001; // Value() gives valid ilabel
383
kArcILabelValue
| kArcOLabelValue |
matcher.h
225
match_type_ == MATCH_INPUT ?
kArcILabelValue
: kArcOLabelValue,
286
match_type_ == MATCH_INPUT ?
kArcILabelValue
: kArcOLabelValue,
[
all
...]
replace.h
723
(flags == (flags & (
kArcILabelValue
| kArcWeightValue)))) {
[
all
...]
Completed in 57 milliseconds