Home
last modified time | relevance | path

Searched refs:kFstProperties (Results 1 – 21 of 21) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dintersect.h53 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
54 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
65 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
66 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
Ddifference.h59 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
60 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
73 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
74 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
Drational.h64 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion()
65 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion()
86 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat()
87 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat()
109 uint64 props = fst.Properties(kFstProperties, false); in InitClosure()
138 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion()
154 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat()
Dconcat.h48 uint64 props1 = fst1->Properties(kFstProperties, false); in Concat()
49 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat()
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dunion.h48 uint64 props1 = fst1->Properties(kFstProperties, false); in Union()
49 uint64 props2 = fst2.Properties(kFstProperties, false); in Union()
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dreverse.h76 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse()
77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
Dverify.h103 uint64 fst_props = fst.Properties(kFstProperties, false); in Verify()
105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, in Verify()
Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false); in Closure()
62 kFstProperties); in Closure()
Dreweight.h122 fst->Properties(kFstProperties, false)), in Reweight()
123 kFstProperties); in Reweight()
Dtest-properties.h80 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties()
231 uint64 stored_props = fst.Properties(kFstProperties, false); in TestProperties()
Drmepsilon.h260 fst->Properties(kFstProperties, false)), in RmEpsilon()
261 kFstProperties); in RmEpsilon()
341 uint64 props = fst.Properties(kFstProperties, false); in RmEpsilonFstImpl()
Darcsort.h46 uint64 props = fst->Properties(kFstProperties, false); in ArcSort()
64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort()
Dstatesort.h83 fst->SetProperties(props, kFstProperties); in StateSort()
Dmap.h88 uint64 props = fst->Properties(kFstProperties, false); in Map()
143 fst->SetProperties(mapper->Properties(props), kFstProperties); in Map()
223 uint64 oprops = ofst->Properties(kFstProperties, false); in Map()
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map()
Drelabel.h49 uint64 props = fst->Properties(kFstProperties, false); in Relabel()
83 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel()
Dproperties.h291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; variable
Dcompose.h110 uint64 props1 = fst1.Properties(kFstProperties, false); in ComposeFstImplBase()
111 uint64 props2 = fst2.Properties(kFstProperties, false); in ComposeFstImplBase()
Dencode.h258 uint64 mask = kFstProperties; in Properties()
Dsynchronize.h75 uint64 props = fst.Properties(kFstProperties, false); in SynchronizeFstImpl()
Dfactor-weight.h166 uint64 props = fst.Properties(kFstProperties, false); in FactorWeightFstImpl()
Ddeterminize.h138 uint64 props = fst.Properties(kFstProperties, false); in DeterminizeFstImplBase()