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

12 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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);
  /external/openfst/src/include/fst/
vector-fst.h 187 using FstImpl<A>::SetProperties;
203 SetProperties(kNullProperties | kStaticProperties);
215 SetProperties(SetStartProperties(Properties()));
221 SetProperties(SetFinalProperties(Properties(), ow, w));
226 SetProperties(AddStateProperties(Properties()));
240 SetProperties(AddArcProperties(Properties(), s, arc, parc));
247 SetProperties(DeleteStatesProperties(Properties()));
252 SetProperties(DeleteAllStatesProperties(Properties(),
266 SetProperties(DeleteArcsProperties(Properties()));
273 SetProperties(DeleteArcsProperties(Properties()))
    [all...]
rmepsilon.h 269 fst->SetProperties(kError, kError);
317 fst->SetProperties(kError, kError);
318 fst->SetProperties(
383 using FstImpl<A>::SetProperties;
410 SetProperties(RmEpsilonProperties(props, true), kCopyProperties);
424 SetProperties(impl.Properties(), kCopyProperties);
471 SetProperties(kError, kError);
state-map.h 115 fst->SetProperties(mapper->Properties(props), kFstProperties);
149 if (iprops & kError) ofst->SetProperties(kError, kError);
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
190 using FstImpl<B>::SetProperties;
287 SetProperties(kError, kError);
313 SetProperties(mapper_->Properties(props));
closure.h 69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
synchronize.h 52 using FstImpl<A>::SetProperties;
89 SetProperties(SynchronizeProperties(props), kCopyProperties);
99 SetProperties(impl.Properties(), kCopyProperties);
163 SetProperties(kError, kError);
compose.h 107 using FstImpl<A>::SetProperties;
132 SetProperties(kError, kError);
141 SetProperties(impl.Properties(), kCopyProperties);
217 using FstImpl<Arc>::SetProperties;
258 SetProperties(kError, kError);
403 SetProperties(kError, kError);
410 SetProperties(filter_->Properties(cprops), kCopyProperties);
411 if (state_table_->Error()) SetProperties(kError, kError);
520 impl->SetProperties(kError, kError);
difference.h 85 GetImpl()->SetProperties(kError, kError);
105 GetImpl()->SetProperties(kError, kError);
fst.h 119 void SetProperties(uint64 properties) { properties_ = properties; }
623 void SetProperties(uint64 props) {
628 void SetProperties(uint64 props, uint64 mask) {
634 void SetProperties(uint64 props, uint64 mask) const {
636 FSTERROR() << "FstImpl::SetProperties() const: can only set kError";
687 hdr->SetProperties(properties_);
714 hdr->SetProperties(fst.Properties(kFstProperties, false));
853 impl_->SetProperties(testprops, knownprops);
910 GetImpl()->SetProperties(kError, kError);
cache.h 112 using FstImpl<Arc>::SetProperties;
247 SetProperties(AddArcProperties(Properties(), s, arc, parc));
304 SetProperties(DeleteArcsProperties(Properties()));
313 SetProperties(DeleteArcsProperties(Properties()));
708 impl_->SetProperties(properties);
arc-map.h 147 fst->SetProperties(kError, kError);
184 fst->SetProperties(mapper->Properties(props), kFstProperties);
219 if (iprops & kError) ofst->SetProperties(kError, kError);
253 ofst->SetProperties(kError, kError);
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
314 using FstImpl<B>::SetProperties;
386 SetProperties(kError, kError);
437 SetProperties(kError, kError);
505 SetProperties(kNullProperties);
509 SetProperties(mapper_->Properties(props))
    [all...]
compact-fst.h 438 using FstImpl<A>::SetProperties;
473 SetProperties(kNullProperties | kStaticProperties);
522 SetProperties(impl.Properties());
707 SetProperties(impl.Properties());
727 SetProperties(kError, kError);
731 SetProperties(kError, kError);
734 SetProperties(copy_properties | kStaticProperties);
748 SetProperties(kStaticProperties | compactor_->Properties());
751 SetProperties(kError, kError);
    [all...]
replace.h 313 using FstImpl<A>::SetProperties;
388 SetProperties(kError, kError);
394 SetProperties(kError, kError);
402 SetProperties(kError, kError);
406 SetProperties(ReplaceProperties(inprops, root_ - 1, epsilon_on_replace_,
416 SetProperties(kILabelSorted, kILabelSorted);
423 SetProperties(kOLabelSorted, kOLabelSorted);
443 SetProperties(impl.Properties(), kCopyProperties);
618 SetProperties(kError, kError);
    [all...]
expanded-fst.h 167 GetImpl()->SetProperties(kError, kError);
factor-weight.h 157 using FstImpl<A>::SetProperties;
193 SetProperties(FactorWeightProperties(props), kCopyProperties);
211 SetProperties(impl.Properties(), kCopyProperties);
270 SetProperties(kError, kError);
  /external/openfst/src/include/fst/script/
map.h 99 ofst->SetProperties(kError, kError);

Completed in 1112 milliseconds

12 3