Home
last modified time | relevance | path

Searched refs:kCopyProperties (Results 1 – 18 of 18) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drational.h81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
132 kCopyProperties); in InitClosure()
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
173 kCopyProperties); in AddClosure()
Dintersect.h56 kCopyProperties); in IntersectFst()
68 kCopyProperties); in IntersectFst()
Ddifference.h62 kCopyProperties); in DifferenceFst()
76 kCopyProperties); in DifferenceFst()
Dreverse.h75 uint64 iprops = ifst.Properties(kCopyProperties, false); in Reverse()
Darcsort.h94 uint64 props = fst_->Properties(kCopyProperties, false); in ArcSortFstImpl()
103 SetProperties(impl.Properties(), kCopyProperties); in ArcSortFstImpl()
Dunion.h68 fst1->SetProperties(props2, kCopyProperties); in Union()
Drelabel.h170 uint64 props = fst.Properties(kCopyProperties, false); in RelabelFstImpl()
199 uint64 props = fst.Properties(kCopyProperties, false); in RelabelFstImpl()
Dreplace.h127 SetProperties(impl.Properties(), kCopyProperties); in ReplaceFstImpl()
150 inprops[i] = fst_array_[i]->Properties(kCopyProperties, false); in AddFst()
Dcomplement.h60 SetProperties(ComplementProperties(props), kCopyProperties); in ComplementFstImpl()
Dproperties.h145 const uint64 kCopyProperties variable
Dconst-fst.h120 uint64 copy_properties = fst.Properties(kCopyProperties, true); in ConstFstImpl()
Dmap.h222 uint64 iprops = ifst.Properties(kCopyProperties, false); in Map()
410 uint64 props = fst_->Properties(kCopyProperties, false); in Init()
Dfactor-weight.h167 SetProperties(FactorWeightProperties(props), kCopyProperties); in FactorWeightFstImpl()
Dsynchronize.h76 SetProperties(SynchronizeProperties(props), kCopyProperties); in SynchronizeFstImpl()
Drmepsilon.h342 SetProperties(RmEpsilonProperties(props, true), kCopyProperties); in RmEpsilonFstImpl()
Ddeterminize.h139 SetProperties(DeterminizeProperties(props), kCopyProperties); in DeterminizeFstImplBase()
Dcompose.h112 SetProperties(ComposeProperties(props1, props2), kCopyProperties); in ComposeFstImplBase()
Dvector-fst.h324 SetProperties(fst.Properties(kCopyProperties, false) | kStaticProperties); in VectorFstImpl()