/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 121 counter_desc.getter = [counter, this]( in init_perfcnt()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-property-iterator.cc | 221 if (accessor_info->getter() != Object()) { in GetNativeAccessorDescriptorInternal()
|
H A D | debug-interface.cc | 1286 Local<Value> AccessorPair::getter() { in getter() function in v8::debug::AccessorPair 1289 i::Handle<i::Object> getter(accessors->getter(), isolate); in getter() 1290 return Utils::ToLocal(getter); in getter()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 245 {"pool", (getter)GetPool, NULL, "DescriptorPool"},
|
H A D | message.cc | 449 {"_extensions_by_name", (getter)GetExtensionsByName, NULL}, 450 {"_extensions_by_number", (getter)GetExtensionsByNumber, NULL}, 2501 {"Extensions", (getter)GetExtensionDict, NULL, "Extension dict"}, 2502 {"_extensions_by_name", (getter)GetExtensionsByName, NULL}, 2503 {"_extensions_by_number", (getter)GetExtensionsByNumber, NULL},
|
/third_party/python/Modules/ |
H A D | xxlimited.c | 265 {"x_exports", (getter) Xxo_get_x_exports, NULL, NULL},
|
H A D | ossaudiodev.c | 961 {"closed", (getter)oss_closed_getter, (setter)NULL, NULL}, 962 {"mode", (getter)oss_mode_getter, (setter)NULL, NULL},
|
H A D | sha256module.c | 537 (getter)SHA256_get_block_size, NULL, 541 (getter)SHA256_get_name, NULL,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 91 dsc->getter ? "read" : "", in add_property()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 91 dsc->getter ? "read" : "", in add_property()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 1907 Handle<Object> getter, in TransitionToAccessorProperty() 1917 DCHECK(!getter->IsNull(isolate) || !setter->IsNull(isolate)); in TransitionToAccessorProperty() 1950 if (!pair->Equals(*getter, *setter)) { in TransitionToAccessorProperty() 1981 if (current_pair->Equals(*getter, *setter)) return map; in TransitionToAccessorProperty() 1984 if (!getter->IsNull(isolate) && in TransitionToAccessorProperty() 1986 current_pair->get(ACCESSOR_GETTER) != *getter) { in TransitionToAccessorProperty() 2008 pair->SetComponents(*getter, *setter); in TransitionToAccessorProperty() 1904 TransitionToAccessorProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, InternalIndex descriptor, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) TransitionToAccessorProperty() argument
|
H A D | js-objects.cc | 1199 if (interceptor->getter().IsUndefined(isolate)) { in GetPropertyWithInterceptorInternal() 1259 } else if (!interceptor->getter().IsUndefined(isolate)) { in GetPropertyAttributesWithInterceptorInternal() 1474 Handle<Object> getter( in ValidateAndApplyPropertyDescriptor() 1483 JSObject::DefineAccessor(it, getter, setter, desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor() 1652 Handle<Object> getter( in ValidateAndApplyPropertyDescriptor() 1665 JSObject::DefineAccessor(it, getter, setter, attrs); in ValidateAndApplyPropertyDescriptor() 4556 Handle<Object> getter, in DefineAccessor() 4563 return DefineAccessor(&it, getter, setter, attributes); in DefineAccessor() 4567 Handle<Object> getter, in DefineAccessor() 4589 DCHECK(getter in DefineAccessor() 4554 DefineAccessor(Handle<JSObject> object, Handle<Name> name, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) DefineAccessor() argument 4566 DefineAccessor(LookupIterator* it, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) DefineAccessor() argument [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 366 getter = make_attrgetter( 372 key = getter(item)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 296 getter = make_attrgetter( 303 key = getter(item)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 366 getter = make_attrgetter( 372 key = getter(item)
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 45 TNode<Object> getter, 102 TNode<Context> context, TNode<Object> getter, TNode<Object> setter, in ConstructAccessorDescriptor() 110 js_desc, JSAccessorPropertyDescriptor::kGetOffset, getter); in ConstructAccessorDescriptor() 1523 TNode<HeapObject> getter = LoadObjectField<HeapObject>( in FromPropertyDetails() local 1528 context, GetAccessorOrUndefined(getter, if_bailout), in FromPropertyDetails() 101 ConstructAccessorDescriptor( TNode<Context> context, TNode<Object> getter, TNode<Object> setter, TNode<BoolT> enumerable, TNode<BoolT> configurable) ConstructAccessorDescriptor() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.cc | 909 if ((!mirror.getter || !mirror.getter->v8Value()->IsFunction()) && 1609 v8::Local<v8::Value> getter = accessors->getter(); in getPrivateProperties() local 1611 if (!getter->IsNull()) { in getPrivateProperties() 1612 getterMirror = ValueMirror::create(context, getter); in getPrivateProperties()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-serializer.cc | 168 Foreign::cast(info->getter()).foreign_address(isolate()); in SerializeObjectImpl()
|
/third_party/python/Lib/ |
H A D | types.py | 193 def getter(self, fget): member in DynamicClassAttribute
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 1480 { "prec", (getter)context_getprec, (setter)context_setprec, NULL, NULL}, 1481 { "Emax", (getter)context_getemax, (setter)context_setemax, NULL, NULL}, 1482 { "Emin", (getter)context_getemin, (setter)context_setemin, NULL, NULL}, 1483 { "rounding", (getter)context_getround, (setter)context_setround, NULL, NULL}, 1484 { "capitals", (getter)context_getcapitals, (setter)context_setcapitals, NULL, NULL}, 1485 { "clamp", (getter)context_getclamp, (setter)context_setclamp, NULL, NULL}, 1487 { "_allcr", (getter)context_getallcr, (setter)context_setallcr, NULL, NULL}, 1488 { "_traps", (getter)context_gettraps, (setter)context_settraps, NULL, NULL}, 1489 { "_flags", (getter)context_getstatus, (setter)context_setstatus, NULL, NULL}, 4862 { "real", (getter)dec_rea [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 222 Object tmp = pair->getter(); in SubstituteValues() 334 Object tmp = pair.getter(); in AddDescriptorsByTemplate()
|
/third_party/python/Python/ |
H A D | context.c | 1195 {"var", (getter)token_get_var, NULL, NULL}, 1196 {"old_value", (getter)token_get_old_value, NULL, NULL},
|
/third_party/python/Modules/_sre/ |
H A D | sre.c | 2792 {"groupindex", (getter)pattern_groupindex, (setter)NULL, 2848 {"lastindex", (getter)match_lastindex_get, (setter)NULL, 2850 {"lastgroup", (getter)match_lastgroup_get, (setter)NULL, 2852 {"regs", (getter)match_regs_get, (setter)NULL},
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 408 if ((descriptor->getter == nullptr && descriptor->setter == nullptr) && in V8PropertyAttributesFromDescriptor() 1547 if (p->getter != nullptr || p->setter != nullptr) { in OH_JSVM_CreateEnv() 1550 if (p->getter != nullptr) { in OH_JSVM_CreateEnv() 1552 env, p->getter, &getter_tpl)); in OH_JSVM_CreateEnv() 2270 if (p->getter != nullptr || p->setter != nullptr) { in OH_JSVM_DefineClass() 2273 if (p->getter != nullptr) { in OH_JSVM_DefineClass() 2275 env, p->getter, &getter_tpl)); in OH_JSVM_DefineClass() 2691 if (p->getter != nullptr || p->setter != nullptr) { in OH_JSVM_DefineProperties() 2695 if (p->getter != nullptr) { in OH_JSVM_DefineProperties() 2697 env, p->getter, in OH_JSVM_DefineProperties() [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 79 // property getter that bypasses the property array and accessor info. At in CheckStrongReference() 1469 SetInternalReference(entry, "getter", accessor_info.getter(), in ExtractAccessorInfoReferences() 1479 SetInternalReference(entry, "getter", accessors.getter(), in ExtractAccessorPairReferences() 1820 Object getter = accessors.getter(); in ExtractAccessorPairProperty() local 1821 if (!getter.IsOddball()) { in ExtractAccessorPairProperty() 1822 SetPropertyReference(entry, key, getter, "get %s"); in ExtractAccessorPairProperty()
|