/external/openfst/src/include/fst/ |
D | concat.h | 62 uint64 props1 = fst1->Properties(kFstProperties, false); in Concat() 63 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat() 101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat() 127 uint64 props1 = fst1.Properties(kFstProperties, false); in Concat() 128 uint64 props2 = fst2->Properties(kFstProperties, false); in Concat() 160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
|
D | rational.h | 110 uint64 Properties() const { return Properties(kFstProperties); } in Properties() 123 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion() 124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion() 145 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat() 146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat() 168 uint64 props = fst.Properties(kFstProperties, false); in InitClosure() 197 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion() 215 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat()
|
D | union.h | 61 uint64 props1 = fst1->Properties(kFstProperties, false); in Union() 62 uint64 props2 = fst2.Properties(kFstProperties, false); in Union() 105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
|
D | reverse.h | 85 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() 86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
|
D | verify.h | 106 uint64 fst_props = fst.Properties(kFstProperties, false); 113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
|
D | closure.h | 51 uint64 props = fst->Properties(kFstProperties, false); in Closure() 70 kFstProperties); in Closure()
|
D | reweight.h | 140 fst->Properties(kFstProperties, false)), in Reweight() 141 kFstProperties); in Reweight()
|
D | state-map.h | 103 uint64 props = fst->Properties(kFstProperties, false); in StateMap() 115 fst->SetProperties(mapper->Properties(props), kFstProperties); in StateMap() 169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap() 170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap() 279 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | test-properties.h | 82 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties() 237 uint64 stored_props = fst.Properties(kFstProperties, false); in TestProperties()
|
D | shortest-path.h | 202 ShortestPathProperties(ofst->Properties(kFstProperties, false)), in SingleShortestPath() 203 kFstProperties); in SingleShortestPath() 382 ShortestPathProperties(ofst->Properties(kFstProperties, false)), 383 kFstProperties);
|
D | rmepsilon.h | 318 RmEpsilonProperties(fst->Properties(kFstProperties, false)), in RmEpsilon() 319 kFstProperties); in RmEpsilon() 408 uint64 props = fst.Properties(kFstProperties, false); in RmEpsilonFstImpl() 464 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | add-on.h | 159 SetProperties(fst_.Properties(kFstProperties, false)); in fst_() 168 SetProperties(fst_.Properties(kFstProperties, false)); in fst_()
|
D | statesort.h | 92 fst->SetProperties(props, kFstProperties); in StateSort()
|
D | relabel.h | 61 uint64 props = fst->Properties(kFstProperties, false); in Relabel() 111 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel() 327 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | arc-map.h | 125 uint64 props = fst->Properties(kFstProperties, false); in ArcMap() 184 fst->SetProperties(mapper->Properties(props), kFstProperties); in ArcMap() 285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap() 286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap() 429 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | synchronize.h | 88 uint64 props = fst.Properties(kFstProperties, false); in SynchronizeFstImpl() 158 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | compose.h | 247 uint64 Properties() const { return Properties(kFstProperties); } in Properties() 408 uint64 fprops1 = fst1.Properties(kFstProperties, false); in ComposeFstImpl() 409 uint64 fprops2 = fst2.Properties(kFstProperties, false); in ComposeFstImpl()
|
D | factor-weight.h | 191 uint64 props = fst.Properties(kFstProperties, false); in FactorWeightFstImpl() 264 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | determinize.h | 378 uint64 iprops = fst.Properties(kFstProperties, false); in DeterminizeFstImplBase() 516 uint64 Properties() const { return Properties(kFstProperties); } in Properties() 734 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | edit-fst.h | 430 data_->SetEditedProperties(wrapped_->Properties(kFstProperties, false), in EditFstImpl() 431 kFstProperties); in EditFstImpl()
|
D | complement.h | 116 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | randgen.h | 358 uint64 props = fst.Properties(kFstProperties, false); in RandGenFstImpl() 424 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
|
D | properties.h | 315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; variable
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 88 properties_ = fst.Properties(kFstProperties, test_properties);
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | shortest-path.h | 724 ShortestPathProperties(ofst_->Properties(kFstProperties, false)), in GetPath() 725 kFstProperties); in GetPath()
|