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

/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp0 // SetProperties.cpp
5 #include "SetProperties.h"
29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) function
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp447 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) function in class:NArchive::N7z::CHandler
H A D7zHandlerOut.cpp452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) function in class:NArchive::N7z::CHandler
/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.h126 void SetProperties(uint64 properties) { properties_ = properties; } function in class:fst::FstHeader
629 void SetProperties(uint64 props) { function in class:fst::FstImpl
634 void SetProperties(uint64 props, uint64 mask) { function in class:fst::FstImpl
640 void SetProperties(uint64 props, uint64 mask) const { function in class:fst::FstImpl
642 FSTERROR() << "FstImpl::SetProperties() const: can only set kError";
693 hdr->SetProperties(properties_);
721 hdr->SetProperties(properties);
860 impl_->SetProperties(testprops, knownprops);
917 GetImpl()->SetProperties(kError, kError);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp90 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProps);
681 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProps) function in class:NArchive::NXz::CHandler
/external/v8/src/
H A Dliveedit.cc678 void SharedInfoWrapper::SetProperties(Handle<String> name, function in class:v8::internal::Differencer::SharedInfoWrapper
919 info_wrapper.SetProperties(name_handle, info->start_position(),

Completed in 167 milliseconds