OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFstProperties
(Results
1 - 25
of
50
) sorted by null
1
2
/external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h
59
uint64 props1 = fst1.Properties(
kFstProperties
, false);
60
uint64 props2 = fst2.Properties(
kFstProperties
, false);
73
uint64 props1 = fst1.Properties(
kFstProperties
, false);
74
uint64 props2 = fst2.Properties(
kFstProperties
, false);
intersect.h
53
uint64 props1 = fst1.Properties(
kFstProperties
, false);
54
uint64 props2 = fst2.Properties(
kFstProperties
, false);
65
uint64 props1 = fst1.Properties(
kFstProperties
, false);
66
uint64 props2 = fst2.Properties(
kFstProperties
, false);
reverse.h
76
uint64 oprops = ofst->Properties(
kFstProperties
, false);
77
ofst->SetProperties(ReverseProperties(iprops) | oprops,
kFstProperties
);
rational.h
64
uint64 props1 = fst1.Properties(
kFstProperties
, false);
65
uint64 props2 = fst2.Properties(
kFstProperties
, false);
86
uint64 props1 = fst1.Properties(
kFstProperties
, false);
87
uint64 props2 = fst2.Properties(
kFstProperties
, false);
109
uint64 props = fst.Properties(
kFstProperties
, false);
138
uint64 props2 = fst.Properties(
kFstProperties
, false);
154
uint64 props2 = fst.Properties(
kFstProperties
, false);
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
);
closure.h
44
uint64 props = fst->Properties(
kFstProperties
, false);
62
kFstProperties
);
verify.h
103
uint64 fst_props = fst.Properties(
kFstProperties
, false);
105
uint64 test_props = ComputeProperties(fst,
kFstProperties
, &known_props,
reweight.h
122
fst->Properties(
kFstProperties
, false)),
123
kFstProperties
);
statesort.h
83
fst->SetProperties(props,
kFstProperties
);
test-properties.h
80
uint64 fst_props = fst.Properties(
kFstProperties
, false); // Fst-stored
231
uint64 stored_props = fst.Properties(
kFstProperties
, false);
arcsort.h
46
uint64 props = fst->Properties(
kFstProperties
, false);
64
fst->SetProperties(comp.Properties(props),
kFstProperties
);
/external/openfst/src/include/fst/
reverse.h
85
uint64 oprops = ofst->Properties(
kFstProperties
, false);
86
ofst->SetProperties(ReverseProperties(iprops) | oprops,
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
);
closure.h
51
uint64 props = fst->Properties(
kFstProperties
, false);
70
kFstProperties
);
rational.h
110
uint64 Properties() const { return Properties(
kFstProperties
); }
123
uint64 props1 = fst1.Properties(
kFstProperties
, false);
124
uint64 props2 = fst2.Properties(
kFstProperties
, false);
145
uint64 props1 = fst1.Properties(
kFstProperties
, false);
146
uint64 props2 = fst2.Properties(
kFstProperties
, false);
168
uint64 props = fst.Properties(
kFstProperties
, false);
197
uint64 props2 = fst.Properties(
kFstProperties
, false);
215
uint64 props2 = fst.Properties(
kFstProperties
, false);
verify.h
106
uint64 fst_props = fst.Properties(
kFstProperties
, false);
113
uint64 test_props = ComputeProperties(fst,
kFstProperties
, &known_props,
reweight.h
140
fst->Properties(
kFstProperties
, false)),
141
kFstProperties
);
statesort.h
92
fst->SetProperties(props,
kFstProperties
);
add-on.h
159
SetProperties(fst_.Properties(
kFstProperties
, false));
168
SetProperties(fst_.Properties(
kFstProperties
, false));
test-properties.h
82
uint64 fst_props = fst.Properties(
kFstProperties
, false); // Fst-stored
237
uint64 stored_props = fst.Properties(
kFstProperties
, false);
state-map.h
103
uint64 props = fst->Properties(
kFstProperties
, false);
115
fst->SetProperties(mapper->Properties(props),
kFstProperties
);
169
uint64 oprops = ofst->Properties(
kFstProperties
, false);
170
ofst->SetProperties(mapper->Properties(iprops) | oprops,
kFstProperties
);
279
uint64 Properties() const { return Properties(
kFstProperties
); }
rmepsilon.h
318
RmEpsilonProperties(fst->Properties(
kFstProperties
, false)),
319
kFstProperties
);
408
uint64 props = fst.Properties(
kFstProperties
, false);
464
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
);
Completed in 67 milliseconds
1
2