Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs62 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() method in Google.Protobuf.Compatibility.TypeExtensions
/third_party/node/test/js-native-api/test_object/
Dtest_null.c33 static napi_value GetProperty(napi_env env, napi_callback_info info) { in GetProperty() function
/third_party/gn/src/gn/
Dscope.cc555 void* Scope::GetProperty(const void* key, const Scope** found_on_scope) const { in GetProperty() function in Scope
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h73 MaybeHandle<Object> JSReceiver::GetProperty(Isolate* isolate, in GetProperty() function
110 MaybeHandle<Object> JSReceiver::GetProperty(Isolate* isolate, in GetProperty() function
Dobjects-inl.h639 MaybeHandle<Object> Object::GetProperty(Isolate* isolate, Handle<Object> object, in GetProperty() function
Dobjects.cc1130 MaybeHandle<Object> Object::GetProperty(LookupIterator* it, in GetProperty() function in v8::internal::Object
1186 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, in GetProperty() function in v8::internal::JSProxy
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc90 IFACEMETHODIMP IndexedFieldData::GetProperty(Property** property) noexcept { in GetProperty() function in IndexedFieldData
/third_party/icu/tools/unicode/py/
Dpreparseucd.py164 def GetProperty(pname): function
/third_party/glfw/deps/mingw/
Ddinput.h1547 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1576 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1651 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1690 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1795 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1837 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1952 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1998 STDMETHOD(GetProperty)(THIS_ REFGUID rguidProp, LPDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3216 TNode<Object> GetProperty(TNode<Context> context, TNode<Object> receiver, in GetProperty() function
3221 TNode<Object> GetProperty(TNode<Context> context, TNode<Object> receiver, in GetProperty() function
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py867 def GetProperty(self, key): member in XCObject
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py867 def GetProperty(self, key): member in XCObject
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc1228 TF_BUILTIN(GetProperty, CodeStubAssembler) { in TF_BUILTIN() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp84272 void* GetProperty(const nsPropertyOwner& aObject, in GetProperty() function in nsPropertyTable
88003 void* GetProperty(nsIAtom *aPropertyName, in GetProperty() function in nsINode
175160 nsCSSPropertyID GetProperty() const { return mProperty; } in GetProperty() function