Searched defs:getter (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/swig-12/Lib/chicken/
H A Dswigclosprefix.scm
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCustomGetterSetter.h50 CustomGetterSetter::CustomGetter getter() const { return m_getter; } function in class:JSC::CustomGetterSetter
61 CustomGetterSetter(VM& vm, CustomGetter getter, CustomSetter setter) argument
H A DGetterSetter.h58 JSObject* getter() const { return m_getter.get(); } function in class:JSC::GetterSetter
59 void setGetter(VM& vm, JSObject* getter) { m_getter.setMayBeNull(vm, this, getter); } argument
H A DObjectPrototype.cpp159 JSObject* getter = slot.getterSetter()->getter(); local
H A DPropertyDescriptor.cpp75 JSValue PropertyDescriptor::getter() const function in class:JSC::PropertyDescriptor
173 void PropertyDescriptor::setGetter(JSValue getter) argument
H A DPropertySlot.h230 } getter; member in union:JSC::PropertySlot::__anon2677
H A DJSObject.cpp1707 JSObject* getter = 0; local
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A Dmain.c37 typedef int (*getter)(void); typedef
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dinput.h83 sh_cget_func_t *getter; member in struct:__anon6575
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_object_property.py225 def getter(self): function in function:TestObjectProperty.testDynamic
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_object_property.py437 def getter(self): function in function:TestObjectProperty.testDynamic
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dparser.rb191 def getter(uri, tag_name) method in class:BaseListener
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java646 checkCursor(EntityCursor<T> cursor, Collection<T> collection, boolean collectionIsKeySet, List<List<Integer>> expected, Getter<T> getter) argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocdispnames.cpp349 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess32_64.cpp64 int getter = currentInstruction[3].u.operand; local
H A DJITOperations.cpp1274 JSValue getter = JSValue::decode(encodedGetterValue); local
1287 void JIT_OPERATION operationPutGetterSetter(ExecState* exec, JSCell* object, Identifier* identifier, JSCell* getter, JSCell* setter) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Djsc.cpp242 ImpureGetter* getter = new (NotNull, allocateCell<ImpureGetter>(vm.heap, sizeof(ImpureGetter))) ImpureGetter(vm, structure); local
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py38 def getter(object): function in function:_dynamic_getter
224 def getter(self, function): member in class:object_property
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_properties.py51 def getter(object): function in function:_dynamic_getter
247 def getter(self, function): member in class:object_property
/macosx-10.10/swig-12/Source/Modules/
H A Dpike.cxx804 String *getter = Swig_name_member(getClassPrefix(), (char *) "`->"); local
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp876 JSValue getter = LLINT_OP(3).jsValue(); local
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp895 FillLayersPropertyWrapper(CSSPropertyID prop, LayersGetter getter, LayersAccessor accessor) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1356 void BytecodeGenerator::emitPutGetterSetter(RegisterID* base, const Identifier& property, RegisterID* getter, RegisterID* setter) argument
/macosx-10.10/ruby-106/ruby/
H A Dvariable.c418 gvar_getter_t *getter; member in struct:global_variable
575 rb_define_hooked_variable( const char *name, VALUE *var, VALUE (*getter)(ANYARGS), void (*setter)(ANYARGS)) argument
606 rb_define_virtual_variable( const char *name, VALUE (*getter)(ANYARGS), void (*setter)(ANYARGS)) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc4424 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument

Completed in 529 milliseconds