HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 1 - 25 of 26) sorted by null

1 2

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

Completed in 34 milliseconds

1 2