Searched defs:SetProperties (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dmutable-fst.h55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) { function in class:fst::ImplToMutableFst
275 GetImpl()->SetProperties(props, mask);
370 GetImpl()->SetProperties(kError, kError);
H A Dfst.h119 void SetProperties(uint64 properties) { properties_ = properties; } function in class:fst::FstHeader
623 void SetProperties(uint64 props) { function in class:fst::FstImpl
628 void SetProperties(uint64 props, uint64 mask) { function in class:fst::FstImpl
634 void SetProperties(uint64 props, uint64 mask) const { function in class:fst::FstImpl
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);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h179 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(Propertie
584 virtual void SetProperties(uint64 props, uint64 mask) { function in class:fst::VectorFst
[all...]
H A Dfst.h91 void SetProperties(uint64 properties) { properties_ = properties; } function in class:fst::FstHeader
424 void SetProperties(uint64 props) { properties_ = props; } function in class:fst::FstImpl
426 void SetProperties(uint64 props, uint64 mask) { function in class:fst::FstImpl
506 hdr->SetProperties(properties_);
/external/v8/src/
H A Dliveedit.cc762 void SetProperties(Handle<String> name, int start_position, int end_position, function in class:v8::internal::Differencer::SharedInfoWrapper
917 info_wrapper.SetProperties(name_handle, info->start_position(),

Completed in 312 milliseconds