getGetterSetterByIndex 69 libcore/DisplayObject.cpp const GetterSetter& getGetterSetterByIndex(size_t index); getGetterSetterByIndex 885 libcore/DisplayObject.cpp const Setter s = getGetterSetterByIndex(index).second; getGetterSetterByIndex 902 libcore/DisplayObject.cpp const Getter s = getGetterSetterByIndex(index).first;