Home
last modified time | relevance | path

Searched defs:GetProperty (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs70 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() method in Google.Protobuf.Compatibility.TypeExtensions
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() function in COpenCallbackImp
DUpdateCallback.cpp320 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CArchiveUpdateCallback
DLoadCodecs.cpp828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CCodecs
DOpenArchive.cpp322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in NArchive::NParser::CHandler
1147 STDMETHODIMP CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() function in CArchiveOpenCallback_Offset
/external/pdfium/fxjs/xfa/
Dcjx_object.h99 T* GetProperty(int32_t index, XFA_Element eType) const { in GetProperty() function
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() function in NArchive::NSplit::CHandler
DLzmaHandler.cpp298 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() function in NArchive::NLzma::CHandler
DXzHandler.cpp384 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty() function in NArchive::NXz::CHandler
/external/libtextclassifier/lang_id/
Dlang-id.cc168 R GetProperty(const string &property, T default_value) const { in GetProperty() function in libtextclassifier3::mobile::lang_id::LangIdImpl
/external/drm_hwcomposer/
Ddrmdevice.cpp446 int DrmDevice::GetProperty(uint32_t obj_id, uint32_t obj_type, in GetProperty() function in android::DrmDevice
/external/pdfium/fxjs/
Dcjs_global.cpp282 CJS_Return JSGlobalAlternate::GetProperty(CJS_Runtime* pRuntime, in GetProperty() function in JSGlobalAlternate
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp535 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in NArchive::N7z::CHandler
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp288 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::GetProperty( in GetProperty() function in CFX_CSSDeclaration
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc215 Node* IntrinsicsGenerator::GetProperty( in GetProperty() function in v8::internal::interpreter::IntrinsicsGenerator
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp595 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() function in CArchiveUpdateCallback
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSD.cpp442 STDMETHODIMP CDNSSD::GetProperty(BSTR prop, VARIANT * value ) in GetProperty() function in CDNSSD
DDNSSDService.cpp1002 STDMETHODIMP CDNSSDService::GetProperty(BSTR prop, VARIANT * value ) in GetProperty() function in CDNSSDService
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc107 /*static*/ float HloCostAnalysis::GetProperty(const string& key, in GetProperty() function in xla::HloCostAnalysis
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go998 func (m *EntityProto) GetProperty() []*Property { func
1068 func (m *Index) GetProperty() []*Index_Property { func
1556 func (m *Query_Filter) GetProperty() []*Property { func
1575 func (m *Query_Order) GetProperty() string { func
1879 func (m *CompiledCursor_Position_IndexValue) GetProperty() string { func
/external/v8/src/
Dcode-stub-assembler.h2342 TNode<Object> GetProperty(SloppyTNode<Context> context, in GetProperty() function
2347 TNode<Object> GetProperty(SloppyTNode<Context> context, in GetProperty() function
Dobjects-inl.h723 MaybeHandle<Object> Object::GetProperty(Isolate* isolate, Handle<Object> object, in GetProperty() function
730 MaybeHandle<Object> JSReceiver::GetProperty(Isolate* isolate, in GetProperty() function
782 MaybeHandle<Object> JSReceiver::GetProperty(Isolate* isolate, in GetProperty() function
Dobjects.cc1025 MaybeHandle<Object> Object::GetProperty(LookupIterator* it, in GetProperty() function in v8::internal::Object
1071 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, in GetProperty() function in v8::internal::JSProxy
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc1209 TF_BUILTIN(GetProperty, CodeStubAssembler) { in TF_BUILTIN() argument