/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | intersect.h | 53 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()
|
D | difference.h | 59 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()
|
D | rational.h | 64 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()
|
D | concat.h | 48 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()
|
D | union.h | 48 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()
|
D | reverse.h | 76 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() 77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
|
D | verify.h | 103 uint64 fst_props = fst.Properties(kFstProperties, false); in Verify() 105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, in Verify()
|
D | closure.h | 44 uint64 props = fst->Properties(kFstProperties, false); in Closure() 62 kFstProperties); in Closure()
|
D | reweight.h | 122 fst->Properties(kFstProperties, false)), in Reweight() 123 kFstProperties); in Reweight()
|
D | test-properties.h | 80 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties() 231 uint64 stored_props = fst.Properties(kFstProperties, false); in TestProperties()
|
D | rmepsilon.h | 260 fst->Properties(kFstProperties, false)), in RmEpsilon() 261 kFstProperties); in RmEpsilon() 341 uint64 props = fst.Properties(kFstProperties, false); in RmEpsilonFstImpl()
|
D | arcsort.h | 46 uint64 props = fst->Properties(kFstProperties, false); in ArcSort() 64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort()
|
D | statesort.h | 83 fst->SetProperties(props, kFstProperties); in StateSort()
|
D | map.h | 88 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()
|
D | relabel.h | 49 uint64 props = fst->Properties(kFstProperties, false); in Relabel() 83 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel()
|
D | properties.h | 291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; variable
|
D | compose.h | 110 uint64 props1 = fst1.Properties(kFstProperties, false); in ComposeFstImplBase() 111 uint64 props2 = fst2.Properties(kFstProperties, false); in ComposeFstImplBase()
|
D | encode.h | 258 uint64 mask = kFstProperties; in Properties()
|
D | synchronize.h | 75 uint64 props = fst.Properties(kFstProperties, false); in SynchronizeFstImpl()
|
D | factor-weight.h | 166 uint64 props = fst.Properties(kFstProperties, false); in FactorWeightFstImpl()
|
D | determinize.h | 138 uint64 props = fst.Properties(kFstProperties, false); in DeterminizeFstImplBase()
|