/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | vector-fst.h | 179 using FstImpl<A>::SetProperties; 194 SetProperties(kNullProperties | kStaticProperties); in VectorFstImpl() 208 SetProperties(Properties() & kSetStartProperties); in SetStart() 210 SetProperties(Properties() | kInitialAcyclic); in SetStart() 216 SetProperties(Properties() & ~kWeighted); in SetFinal() 219 SetProperties(Properties() | kWeighted); in SetFinal() 220 SetProperties(Properties() & ~kUnweighted); in SetFinal() 222 SetProperties(Properties() & in SetFinal() 228 SetProperties(Properties() & kAddStateProperties); in AddState() 235 SetProperties(Properties() | kNotAcceptor); in AddArc() [all …]
|
D | rational.h | 47 using FstImpl<A>::SetProperties; 81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion() 104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat() 131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in InitClosure() 148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion() 164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat() 172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in AddClosure() 213 impl_->SetProperties(test, known); in Properties()
|
D | arcsort.h | 64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort() 74 using FstImpl<A>::SetProperties; 95 SetProperties(comp_.Properties(props)); in ArcSortFstImpl() 103 SetProperties(impl.Properties(), kCopyProperties); in ArcSortFstImpl() 224 impl_->SetProperties(test, known); in Properties()
|
D | topsort.h | 97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted, in TopSort() 100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted); in TopSort()
|
D | relabel.h | 83 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel() 151 using FstImpl<A>::SetProperties; 171 SetProperties(RelabelProperties(props)); in RelabelFstImpl() 200 SetProperties(RelabelProperties(props)); in RelabelFstImpl() 375 impl_->SetProperties(test, known); in Properties()
|
D | intersect.h | 55 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst() 67 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
|
D | difference.h | 61 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst() 75 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
|
D | complement.h | 45 using FstImpl<A>::SetProperties; 60 SetProperties(ComplementProperties(props), kCopyProperties); in ComplementFstImpl() 139 impl_->SetProperties(test, known); in Properties()
|
D | const-fst.h | 36 using FstImpl<A>::SetProperties; 46 SetProperties(kNullProperties | kStaticProperties); in ConstFstImpl() 121 SetProperties(copy_properties | kStaticProperties); in ConstFstImpl() 260 impl_->SetProperties(test, known); in Properties()
|
D | fst.h | 91 void SetProperties(uint64 properties) { properties_ = properties; } in SetProperties() function 424 void SetProperties(uint64 props) { properties_ = props; } in SetProperties() function 426 void SetProperties(uint64 props, uint64 mask) { in SetProperties() function 506 hdr->SetProperties(properties_); in WriteHeaderAndSymbols()
|
D | union.h | 68 fst1->SetProperties(props2, kCopyProperties); in Union() 80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
|
D | rmepsilon.h | 259 fst->SetProperties(RmEpsilonProperties( in RmEpsilon() 317 using FstImpl<A>::SetProperties; 342 SetProperties(RmEpsilonProperties(props, true), kCopyProperties); in RmEpsilonFstImpl() 466 impl_->SetProperties(test, known); in Properties()
|
D | replace.h | 62 using FstImpl<A>::SetProperties; 127 SetProperties(impl.Properties(), kCopyProperties); in ReplaceFstImpl() 152 SetProperties(ReplaceProperties(inprops)); in AddFst() 584 impl_->SetProperties(test, known); in Properties()
|
D | map.h | 143 fst->SetProperties(mapper->Properties(props), kFstProperties); in Map() 224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map() 252 using FstImpl<B>::SetProperties; 407 SetProperties(kNullProperties); in Init() 411 SetProperties(mapper_->Properties(props)); in Init() 505 impl_->SetProperties(test, known); in Properties()
|
D | synchronize.h | 42 using FstImpl<A>::SetProperties; 76 SetProperties(SynchronizeProperties(props), kCopyProperties); in SynchronizeFstImpl() 360 impl_->SetProperties(test, known); in Properties()
|
D | factor-weight.h | 138 using FstImpl<A>::SetProperties; 167 SetProperties(FactorWeightProperties(props), kCopyProperties); in FactorWeightFstImpl() 377 impl_->SetProperties(test, known); in Properties()
|
D | reverse.h | 77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
|
D | statesort.h | 83 fst->SetProperties(props, kFstProperties); in StateSort()
|
D | compose.h | 91 using FstImpl<A>::SetProperties; 112 SetProperties(ComposeProperties(props1, props2), kCopyProperties); in ComposeFstImplBase() 334 using FstImpl<A>::SetProperties; 724 impl_->SetProperties(test, known); in Properties()
|
D | closure.h | 61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR), in Closure()
|
D | determinize.h | 121 using FstImpl<A>::SetProperties; 139 SetProperties(DeterminizeProperties(props), kCopyProperties); in DeterminizeFstImplBase() 580 impl_->SetProperties(test, known); in Properties()
|
D | concat.h | 78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
|
D | mutable-fst.h | 43 virtual void SetProperties(uint64 props,
|
D | reweight.h | 121 fst->SetProperties(ReweightProperties( in Reweight()
|
D | connect.h | 215 fst->SetProperties(kAccessible | kCoAccessible, kAccessible | kCoAccessible); in Connect()
|