Home
last modified time | relevance | path

Searched refs:SetProperties (Results 1 – 25 of 26) sorted by relevance

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dvector-fst.h179 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 …]
Drational.h47 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()
Darcsort.h64 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()
Dtopsort.h97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted, in TopSort()
100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted); in TopSort()
Drelabel.h83 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()
Dintersect.h55 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
67 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
Ddifference.h61 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
75 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
Dcomplement.h45 using FstImpl<A>::SetProperties;
60 SetProperties(ComplementProperties(props), kCopyProperties); in ComplementFstImpl()
139 impl_->SetProperties(test, known); in Properties()
Dconst-fst.h36 using FstImpl<A>::SetProperties;
46 SetProperties(kNullProperties | kStaticProperties); in ConstFstImpl()
121 SetProperties(copy_properties | kStaticProperties); in ConstFstImpl()
260 impl_->SetProperties(test, known); in Properties()
Dfst.h91 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()
Dunion.h68 fst1->SetProperties(props2, kCopyProperties); in Union()
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Drmepsilon.h259 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()
Dreplace.h62 using FstImpl<A>::SetProperties;
127 SetProperties(impl.Properties(), kCopyProperties); in ReplaceFstImpl()
152 SetProperties(ReplaceProperties(inprops)); in AddFst()
584 impl_->SetProperties(test, known); in Properties()
Dmap.h143 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()
Dsynchronize.h42 using FstImpl<A>::SetProperties;
76 SetProperties(SynchronizeProperties(props), kCopyProperties); in SynchronizeFstImpl()
360 impl_->SetProperties(test, known); in Properties()
Dfactor-weight.h138 using FstImpl<A>::SetProperties;
167 SetProperties(FactorWeightProperties(props), kCopyProperties); in FactorWeightFstImpl()
377 impl_->SetProperties(test, known); in Properties()
Dreverse.h77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
Dstatesort.h83 fst->SetProperties(props, kFstProperties); in StateSort()
Dcompose.h91 using FstImpl<A>::SetProperties;
112 SetProperties(ComposeProperties(props1, props2), kCopyProperties); in ComposeFstImplBase()
334 using FstImpl<A>::SetProperties;
724 impl_->SetProperties(test, known); in Properties()
Dclosure.h61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR), in Closure()
Ddeterminize.h121 using FstImpl<A>::SetProperties;
139 SetProperties(DeterminizeProperties(props), kCopyProperties); in DeterminizeFstImplBase()
580 impl_->SetProperties(test, known); in Properties()
Dconcat.h78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dmutable-fst.h43 virtual void SetProperties(uint64 props,
Dreweight.h121 fst->SetProperties(ReweightProperties( in Reweight()
Dconnect.h215 fst->SetProperties(kAccessible | kCoAccessible, kAccessible | kCoAccessible); in Connect()

12