OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kArcWeightValue
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
label-reachable.h
335
if (!(aiter->Flags() &
kArcWeightValue
)) {
340
aiter->SetFlags(
kArcWeightValue
, kArcValueFlags);
370
aiter->SetFlags(
kArcWeightValue
, kArcValueFlags);
replace.h
708
if (flags &
kArcWeightValue
)
723
(flags == (flags & (kArcILabelValue |
kArcWeightValue
)))) {
[
all
...]
fst.h
378
static const uint32
kArcWeightValue
= 0x0004; // " " " weight
384
kArcWeightValue
| kArcNextStateValue;
Completed in 81 milliseconds