mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
3077 lines
148 KiB
C
3077 lines
148 KiB
C
/*
|
|
This file has been automatically generated by the shimmer industries c-ocoa API generator
|
|
Thus, manual changes to this file will be lost if the file is re-generated.
|
|
*/
|
|
|
|
#if defined(__OBJC__) && __has_feature(objc_arc)
|
|
#define ARC_AVAILABLE
|
|
#endif
|
|
|
|
// ABI is a bit different between platforms
|
|
#ifdef __arm64__
|
|
#define abi_objc_msgSend_stret objc_msgSend
|
|
#else
|
|
#define abi_objc_msgSend_stret objc_msgSend_stret
|
|
#endif
|
|
#ifdef __i386__
|
|
#define abi_objc_msgSend_fpret objc_msgSend_fpret
|
|
#else
|
|
#define abi_objc_msgSend_fpret objc_msgSend
|
|
#endif
|
|
|
|
#include "nsset.h"
|
|
|
|
nsclass_t nsset_classForCoder( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define nsset_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classForCoder_call( (id)object, methodSelector );
|
|
#undef nsset_classForCoder_call
|
|
}
|
|
|
|
void nsset_encodeWithCoder( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
|
|
#define nsset_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_encodeWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_encodeWithCoder_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithCoder( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithCoder:" );
|
|
#define nsset_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_initWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_initWithCoder_call
|
|
}
|
|
|
|
void nsset_setValue( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define nsset_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_setValue_call
|
|
}
|
|
|
|
nsobject_t nsset_replacementObjectForPortCoder( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define nsset_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
nsobject_t nsset_valueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define nsset_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_valueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_valueForKeyPath( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define nsset_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_valueForKeyPath_call
|
|
}
|
|
|
|
void nsset_addObserver( nsset_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forKeyPath:options:context:" );
|
|
#define nsset_addObserver_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsset_addObserver_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_addObserver_call
|
|
}
|
|
|
|
void nsset_removeObserver( nsset_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define nsset_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_removeObserver_call
|
|
}
|
|
|
|
nsobject_t nsset_filteredSetUsingPredicate( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "filteredSetUsingPredicate:" );
|
|
#define nsset_filteredSetUsingPredicate_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_filteredSetUsingPredicate_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_filteredSetUsingPredicate_call
|
|
}
|
|
|
|
nsobject_t nsset_sortedArrayUsingDescriptors( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sortedArrayUsingDescriptors:" );
|
|
#define nsset_sortedArrayUsingDescriptors_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_sortedArrayUsingDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_sortedArrayUsingDescriptors_call
|
|
}
|
|
|
|
void nsset_encodeWithCAMLWriter( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define nsset_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t nsset_CAMLType( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define nsset_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CAMLType_call( (id)object, methodSelector );
|
|
#undef nsset_CAMLType_call
|
|
}
|
|
|
|
void nsset_sqliteBind( nsset_t object, sqlite3_stmt* arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sqliteBind:index:" );
|
|
#define nsset_sqliteBind_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, sqlite3_stmt*, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_sqliteBind_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_sqliteBind_call
|
|
}
|
|
|
|
void nsset_bs_each( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_each:" );
|
|
#define nsset_bs_each_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_bs_each_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_each_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_filter( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_filter:" );
|
|
#define nsset_bs_filter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_filter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_filter_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_firstObjectPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_firstObjectPassingTest:" );
|
|
#define nsset_bs_firstObjectPassingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_firstObjectPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_firstObjectPassingTest_call
|
|
}
|
|
|
|
bool nsset_bs_containsObjectPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_containsObjectPassingTest:" );
|
|
#define nsset_bs_containsObjectPassingTest_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_containsObjectPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_containsObjectPassingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_map( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_map:" );
|
|
#define nsset_bs_map_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_map_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_map_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_compactMap( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_compactMap:" );
|
|
#define nsset_bs_compactMap_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_compactMap_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_compactMap_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_reduce( nsset_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_reduce:block:" );
|
|
#define nsset_bs_reduce_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_bs_reduce_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_bs_reduce_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_dictionaryByPartitioning( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dictionaryByPartitioning:" );
|
|
#define nsset_bs_dictionaryByPartitioning_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_dictionaryByPartitioning_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_bs_dictionaryByPartitioning_call
|
|
}
|
|
|
|
nsobject_t nsset_ax_filteredSetUsingBlock( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ax_filteredSetUsingBlock:" );
|
|
#define nsset_ax_filteredSetUsingBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ax_filteredSetUsingBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ax_filteredSetUsingBlock_call
|
|
}
|
|
|
|
nsobject_t nsset_ax_mappedSetUsingBlock( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ax_mappedSetUsingBlock:" );
|
|
#define nsset_ax_mappedSetUsingBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ax_mappedSetUsingBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ax_mappedSetUsingBlock_call
|
|
}
|
|
|
|
nsobject_t nsset_ax_flatMappedSetUsingBlock( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ax_flatMappedSetUsingBlock:" );
|
|
#define nsset_ax_flatMappedSetUsingBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ax_flatMappedSetUsingBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ax_flatMappedSetUsingBlock_call
|
|
}
|
|
|
|
nsobject_t nsset_ac_map( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ac_map:" );
|
|
#define nsset_ac_map_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ac_map_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ac_map_call
|
|
}
|
|
|
|
nsobject_t nsset_ac_mapNullable( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ac_mapNullable:" );
|
|
#define nsset_ac_mapNullable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ac_mapNullable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ac_mapNullable_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithTrackedSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithTrackedSet:" );
|
|
#define nsset_initWithTrackedSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_initWithTrackedSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_initWithTrackedSet_call
|
|
}
|
|
|
|
nsobject_t nsset_aa_setByRemovingObject( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "aa_setByRemovingObject:" );
|
|
#define nsset_aa_setByRemovingObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_aa_setByRemovingObject_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_aa_setByRemovingObject_call
|
|
}
|
|
|
|
nsobject_t nsset_aa_setByRemovingObjectsFromSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "aa_setByRemovingObjectsFromSet:" );
|
|
#define nsset_aa_setByRemovingObjectsFromSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_aa_setByRemovingObjectsFromSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_aa_setByRemovingObjectsFromSet_call
|
|
}
|
|
|
|
void nsset_CKAssignToContainerWithID( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKAssignToContainerWithID:" );
|
|
#define nsset_CKAssignToContainerWithID_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_CKAssignToContainerWithID_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CKAssignToContainerWithID_call
|
|
}
|
|
|
|
nsobject_t nsset_CKMap( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKMap:" );
|
|
#define nsset_CKMap_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CKMap_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CKMap_call
|
|
}
|
|
|
|
void nsset_fm_each( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_each:" );
|
|
#define nsset_fm_each_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_fm_each_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_each_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_firstObjectPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_firstObjectPassingTest:" );
|
|
#define nsset_fm_firstObjectPassingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_firstObjectPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_firstObjectPassingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_map( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_map:" );
|
|
#define nsset_fm_map_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_map_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_map_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_filter( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_filter:" );
|
|
#define nsset_fm_filter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_filter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_filter_call
|
|
}
|
|
|
|
bool nsset_fm_any( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_any:" );
|
|
#define nsset_fm_any_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_any_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_any_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_setByFlattening( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_setByFlattening" );
|
|
#define nsset_fm_setByFlattening_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_fm_setByFlattening_call( (id)object, methodSelector );
|
|
#undef nsset_fm_setByFlattening_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_setByIntersectingWithSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_setByIntersectingWithSet:" );
|
|
#define nsset_fm_setByIntersectingWithSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_setByIntersectingWithSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_setByIntersectingWithSet_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_setByRemovingObjectsFromSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_setByRemovingObjectsFromSet:" );
|
|
#define nsset_fm_setByRemovingObjectsFromSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_setByRemovingObjectsFromSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_setByRemovingObjectsFromSet_call
|
|
}
|
|
|
|
nsobject_t nsset_if_compactMap( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_compactMap:" );
|
|
#define nsset_if_compactMap_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_if_compactMap_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_if_compactMap_call
|
|
}
|
|
|
|
nsobject_t nsset_if_map( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_map:" );
|
|
#define nsset_if_map_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_if_map_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_if_map_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_filterUsingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_filterUsingTest:" );
|
|
#define nsset_ams_filterUsingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ams_filterUsingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ams_filterUsingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_firstObjectPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_firstObjectPassingTest:" );
|
|
#define nsset_ams_firstObjectPassingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ams_firstObjectPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ams_firstObjectPassingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_mapWithTransform( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_mapWithTransform:" );
|
|
#define nsset_ams_mapWithTransform_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ams_mapWithTransform_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ams_mapWithTransform_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_nonEmptyComponentsJoinedByString( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_nonEmptyComponentsJoinedByString:" );
|
|
#define nsset_ams_nonEmptyComponentsJoinedByString_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ams_nonEmptyComponentsJoinedByString_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ams_nonEmptyComponentsJoinedByString_call
|
|
}
|
|
|
|
bool nsset_isEqual( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define nsset_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isEqual_call
|
|
}
|
|
|
|
unsigned long long nsset_hash( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define nsset_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_hash_call( (id)object, methodSelector );
|
|
#undef nsset_hash_call
|
|
}
|
|
|
|
nsobject_t nsset_description( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define nsset_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_description_call( (id)object, methodSelector );
|
|
#undef nsset_description_call
|
|
}
|
|
|
|
nsobject_t nsset_copyWithZone( nsset_t object, _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
#define nsset_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_copyWithZone_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableCopyWithZone( nsset_t object, _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
#define nsset_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableCopyWithZone_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableCopyWithZone_call
|
|
}
|
|
|
|
unsigned long long nsset_count( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "count" );
|
|
#define nsset_count_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_count_call( (id)object, methodSelector );
|
|
#undef nsset_count_call
|
|
}
|
|
|
|
nsobject_t nsset_objectEnumerator( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectEnumerator" );
|
|
#define nsset_objectEnumerator_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_objectEnumerator_call( (id)object, methodSelector );
|
|
#undef nsset_objectEnumerator_call
|
|
}
|
|
|
|
void nsset_getObjects( nsset_t object, nsobject_t* arg0, _NSRange arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "getObjects:range:" );
|
|
#define nsset_getObjects_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t*, _NSRange ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_getObjects_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_getObjects_call
|
|
}
|
|
|
|
void nsset_enumerateObjectsWithOptions( nsset_t object, unsigned long long arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enumerateObjectsWithOptions:usingBlock:" );
|
|
#define nsset_enumerateObjectsWithOptions_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_enumerateObjectsWithOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_enumerateObjectsWithOptions_call
|
|
}
|
|
|
|
nsobject_t nsset_allObjects( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allObjects" );
|
|
#define nsset_allObjects_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_allObjects_call( (id)object, methodSelector );
|
|
#undef nsset_allObjects_call
|
|
}
|
|
|
|
unsigned long long nsset_countForObject( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "countForObject:" );
|
|
#define nsset_countForObject_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_countForObject_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_countForObject_call
|
|
}
|
|
|
|
nsobject_t nsset_member( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "member:" );
|
|
#define nsset_member_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_member_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_member_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithObjects( nsset_t object, nsobject_t* arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithObjects:count:" );
|
|
#define nsset_initWithObjects_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_initWithObjects_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_initWithObjects_call
|
|
}
|
|
|
|
nsobject_t nsset_setByAddingObjectsFromArray( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setByAddingObjectsFromArray:" );
|
|
#define nsset_setByAddingObjectsFromArray_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setByAddingObjectsFromArray_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setByAddingObjectsFromArray_call
|
|
}
|
|
|
|
nsobject_t nsset_setByAddingObjectsFromSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setByAddingObjectsFromSet:" );
|
|
#define nsset_setByAddingObjectsFromSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setByAddingObjectsFromSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setByAddingObjectsFromSet_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithArray( nsset_t object, nsobject_t arg0, _NSRange arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithArray:range:copyItems:" );
|
|
#define nsset_initWithArray_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, _NSRange, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsset_initWithArray_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_initWithArray_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithObject( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithObject:" );
|
|
#define nsset_initWithObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_initWithObject_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_initWithObject_call
|
|
}
|
|
|
|
bool nsset_containsObject( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "containsObject:" );
|
|
#define nsset_containsObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_containsObject_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_containsObject_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithSet( nsset_t object, nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithSet:copyItems:" );
|
|
#define nsset_initWithSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_initWithSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_initWithSet_call
|
|
}
|
|
|
|
nsobject_t nsset_descriptionWithLocale( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "descriptionWithLocale:" );
|
|
#define nsset_descriptionWithLocale_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_descriptionWithLocale_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_descriptionWithLocale_call
|
|
}
|
|
|
|
nsobject_t nsset_initWithOrderedSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithOrderedSet:" );
|
|
#define nsset_initWithOrderedSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_initWithOrderedSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_initWithOrderedSet_call
|
|
}
|
|
|
|
void nsset_enumerateObjectsUsingBlock( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enumerateObjectsUsingBlock:" );
|
|
#define nsset_enumerateObjectsUsingBlock_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_enumerateObjectsUsingBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_enumerateObjectsUsingBlock_call
|
|
}
|
|
|
|
nsobject_t nsset_objectWithOptions( nsset_t object, unsigned long long arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectWithOptions:passingTest:" );
|
|
#define nsset_objectWithOptions_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_objectWithOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_objectWithOptions_call
|
|
}
|
|
|
|
nsobject_t nsset_objectsWithOptions( nsset_t object, unsigned long long arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectsWithOptions:passingTest:" );
|
|
#define nsset_objectsWithOptions_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_objectsWithOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_objectsWithOptions_call
|
|
}
|
|
|
|
nsobject_t nsset_sortedArrayWithOptions( nsset_t object, unsigned long long arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sortedArrayWithOptions:usingComparator:" );
|
|
#define nsset_sortedArrayWithOptions_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_sortedArrayWithOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_sortedArrayWithOptions_call
|
|
}
|
|
|
|
void nsset_makeObjectsPerformSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeObjectsPerformSelector:" );
|
|
#define nsset_makeObjectsPerformSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_makeObjectsPerformSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_makeObjectsPerformSelector_call
|
|
}
|
|
|
|
nsobject_t nsset_objectPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectPassingTest:" );
|
|
#define nsset_objectPassingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_objectPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_objectPassingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_objectsPassingTest( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectsPassingTest:" );
|
|
#define nsset_objectsPassingTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_objectsPassingTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_objectsPassingTest_call
|
|
}
|
|
|
|
nsobject_t nsset_sortedArrayUsingComparator( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sortedArrayUsingComparator:" );
|
|
#define nsset_sortedArrayUsingComparator_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_sortedArrayUsingComparator_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_sortedArrayUsingComparator_call
|
|
}
|
|
|
|
bool nsset_isNSSet__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define nsset_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSSet___call( (id)object, methodSelector );
|
|
#undef nsset_isNSSet___call
|
|
}
|
|
|
|
bool nsset_isEqualToSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqualToSet:" );
|
|
#define nsset_isEqualToSet_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isEqualToSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isEqualToSet_call
|
|
}
|
|
|
|
nsobject_t nsset_anyObject( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "anyObject" );
|
|
#define nsset_anyObject_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_anyObject_call( (id)object, methodSelector );
|
|
#undef nsset_anyObject_call
|
|
}
|
|
|
|
bool nsset_intersectsOrderedSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "intersectsOrderedSet:" );
|
|
#define nsset_intersectsOrderedSet_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_intersectsOrderedSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_intersectsOrderedSet_call
|
|
}
|
|
|
|
bool nsset_intersectsSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "intersectsSet:" );
|
|
#define nsset_intersectsSet_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_intersectsSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_intersectsSet_call
|
|
}
|
|
|
|
bool nsset_isSubsetOfOrderedSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubsetOfOrderedSet:" );
|
|
#define nsset_isSubsetOfOrderedSet_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isSubsetOfOrderedSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isSubsetOfOrderedSet_call
|
|
}
|
|
|
|
bool nsset_isSubsetOfSet( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubsetOfSet:" );
|
|
#define nsset_isSubsetOfSet_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isSubsetOfSet_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isSubsetOfSet_call
|
|
}
|
|
|
|
nsobject_t nsset_members( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "members:notFoundMarker:" );
|
|
#define nsset_members_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_members_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_members_call
|
|
}
|
|
|
|
nsobject_t nsset_setByAddingObject( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setByAddingObject:" );
|
|
#define nsset_setByAddingObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setByAddingObject_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setByAddingObject_call
|
|
}
|
|
|
|
nsobject_t nsset_replacementObjectForCoder( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define nsset_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t nsset_awakeAfterUsingCoder( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define nsset_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool nsset_implementsSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define nsset_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_implementsSelector_call
|
|
}
|
|
|
|
void nsset_setObservationInfo( nsset_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define nsset_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setObservationInfo_call
|
|
}
|
|
|
|
void nsset_willChangeValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define nsset_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_willChangeValueForKey_call
|
|
}
|
|
|
|
void nsset_didChangeValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define nsset_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_replacementObjectForArchiver( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define nsset_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t nsset_classForArchiver( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define nsset_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classForArchiver_call( (id)object, methodSelector );
|
|
#undef nsset_classForArchiver_call
|
|
}
|
|
|
|
nsclass_t nsset_classForKeyedArchiver( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define nsset_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef nsset_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nsset_replacementObjectForKeyedArchiver( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define nsset_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* nsset_methodDescriptionForSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define nsset_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableArrayValueForKeyPath( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define nsset_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableOrderedSetValueForKeyPath( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define nsset_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableSetValueForKeyPath( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define nsset_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
void nsset_removeObservation( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define nsset_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_removeObservation_call
|
|
}
|
|
|
|
void nsset_receiveObservedValue( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define nsset_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_receiveObservedValue_call
|
|
}
|
|
|
|
void nsset_receiveObservedError( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define nsset_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_receiveObservedError_call
|
|
}
|
|
|
|
void nsset_finishObserving( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define nsset_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_finishObserving_call( (id)object, methodSelector );
|
|
#undef nsset_finishObserving_call
|
|
}
|
|
|
|
void nsset_setObservation( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define nsset_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_setObservation_call
|
|
}
|
|
|
|
void nsset_observeValueForKeyPath( nsset_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define nsset_observeValueForKeyPath_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsset_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_observeValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsset_addChainedObservers( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define nsset_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t nsset_addObserverBlock( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define nsset_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t nsset_addObservationTransformer( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define nsset_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_addObservationTransformer_call
|
|
}
|
|
|
|
nsobject_t nsset_valueForUndefinedKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define nsset_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_valueForUndefinedKey_call
|
|
}
|
|
|
|
void nsset_setNilValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define nsset_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableArrayValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define nsset_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableOrderedSetValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define nsset_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableSetValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define nsset_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_dictionaryWithValuesForKeys( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define nsset_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void nsset_setValuesForKeysWithDictionary( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define nsset_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void nsset_willChange( nsset_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define nsset_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_willChange_call
|
|
}
|
|
|
|
void nsset_didChange( nsset_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define nsset_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_didChange_call
|
|
}
|
|
|
|
void* nsset_observationInfo( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define nsset_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_observationInfo_call( (id)object, methodSelector );
|
|
#undef nsset_observationInfo_call
|
|
}
|
|
|
|
nsobject_t nsset_autoContentAccessingProxy( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define nsset_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef nsset_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t nsset_classForPortCoder( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define nsset_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef nsset_classForPortCoder_call
|
|
}
|
|
|
|
void nsset_performSelector( nsset_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define nsset_performSelector_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, double, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsset_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_performSelector_call
|
|
}
|
|
|
|
void nsset_performSelectorOnMainThread( nsset_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define nsset_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsset_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void nsset_performSelectorInBackground( nsset_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define nsset_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_performSelectorInBackground_call
|
|
}
|
|
|
|
bool nsset_isNSDate__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define nsset_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSDate___call( (id)object, methodSelector );
|
|
#undef nsset_isNSDate___call
|
|
}
|
|
|
|
bool nsset_isNSString__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define nsset_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSString___call( (id)object, methodSelector );
|
|
#undef nsset_isNSString___call
|
|
}
|
|
|
|
bool nsset_isNSCFConstantString__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define nsset_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef nsset_isNSCFConstantString___call
|
|
}
|
|
|
|
bool nsset_isNSNumber__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define nsset_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSNumber___call( (id)object, methodSelector );
|
|
#undef nsset_isNSNumber___call
|
|
}
|
|
|
|
bool nsset_isNSArray__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define nsset_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSArray___call( (id)object, methodSelector );
|
|
#undef nsset_isNSArray___call
|
|
}
|
|
|
|
bool nsset_isNSDictionary__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define nsset_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef nsset_isNSDictionary___call
|
|
}
|
|
|
|
bool nsset_isNSData__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define nsset_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSData___call( (id)object, methodSelector );
|
|
#undef nsset_isNSData___call
|
|
}
|
|
|
|
bool nsset_isNSObject__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define nsset_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSObject___call( (id)object, methodSelector );
|
|
#undef nsset_isNSObject___call
|
|
}
|
|
|
|
bool nsset_isNSOrderedSet__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define nsset_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef nsset_isNSOrderedSet___call
|
|
}
|
|
|
|
bool nsset_isNSTimeZone__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define nsset_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef nsset_isNSTimeZone___call
|
|
}
|
|
|
|
bool nsset_isNSValue__( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define nsset_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNSValue___call( (id)object, methodSelector );
|
|
#undef nsset_isNSValue___call
|
|
}
|
|
|
|
void nsset_doesNotRecognizeSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define nsset_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t nsset_methodSignatureForSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define nsset_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_methodSignatureForSelector_call
|
|
}
|
|
|
|
double nsset_CA_distanceToValue( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define nsset_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsset_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* nsset_CA_copyRenderValueWithColorspace( nsset_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define nsset_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* nsset_CA_copyRenderValue( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define nsset_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef nsset_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_interpolateValue( nsset_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define nsset_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_addValue( nsset_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define nsset_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_CA_addValue_call
|
|
}
|
|
|
|
bool nsset_CAMLTypeSupportedForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define nsset_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_CAMLTypeForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define nsset_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool nsset_CA_validateValue( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define nsset_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_CA_validateValue_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_interpolateValues( nsset_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define nsset_CA_interpolateValues_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, ValueInterpolator* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsset_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_CA_interpolateValues_call
|
|
}
|
|
|
|
void nsset_CA_prepareRenderValue( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define nsset_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef nsset_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_archivingValueForKey( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define nsset_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_roundToIntegerFromValue( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define nsset_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t nsset_className( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define nsset_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_className_call( (id)object, methodSelector );
|
|
#undef nsset_className_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityLabel( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define nsset_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityLabel_call
|
|
}
|
|
|
|
void nsset_setAccessibilityLabel( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define nsset_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityLabel_call
|
|
}
|
|
|
|
void nsset_setAccessibilityIdentifier( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define nsset_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect nsset_accessibilityFrame( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define nsset_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsset_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityViewIsModal( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define nsset_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityElementsHidden( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define nsset_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t nsset_storedShouldGroupAccessibilityChildren( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define nsset_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsset_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityNavigationStyle( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define nsset_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityRespondsToUserInteraction( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define nsset_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityAttributedLabel( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define nsset_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityValue( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define nsset_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityAttributedValue( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define nsset_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityHint( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define nsset_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityAttributedHint( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define nsset_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint nsset_accessibilityActivationPoint( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define nsset_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long nsset_accessibilityTraits( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define nsset_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityTraits_call
|
|
}
|
|
|
|
bool nsset_isAccessibilityElement( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define nsset_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsset_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityContainer( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define nsset_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityLanguage( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define nsset_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityPath( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define nsset_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityPath_call
|
|
}
|
|
|
|
bool nsset_accessibilityViewIsModal( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define nsset_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool nsset_accessibilityElementsHidden( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define nsset_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool nsset_shouldGroupAccessibilityChildren( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define nsset_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsset_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long nsset_accessibilityNavigationStyle( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define nsset_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool nsset_accessibilityRespondsToUserInteraction( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define nsset_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityUserInputLabels( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define nsset_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityAttributedUserInputLabels( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define nsset_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityIdentifier( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define nsset_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityTraits( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define nsset_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t nsset_storedIsAccessibilityElement( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define nsset_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsset_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityFrame( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define nsset_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityActivationPoint( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define nsset_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityHeaderElements( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define nsset_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsset_setAccessibilityElementsHidden( nsset_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define nsset_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void nsset_setAccessibilityViewIsModal( nsset_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define nsset_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void nsset_setAccessibilityAttributedLabel( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define nsset_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void nsset_setAccessibilityValue( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define nsset_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityValue_call
|
|
}
|
|
|
|
void nsset_setAccessibilityAttributedValue( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define nsset_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void nsset_setAccessibilityHint( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define nsset_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityHint_call
|
|
}
|
|
|
|
void nsset_setAccessibilityAttributedHint( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define nsset_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void nsset_setAccessibilityFrame( nsset_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define nsset_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityFrame_call
|
|
}
|
|
|
|
void nsset_setAccessibilityPath( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define nsset_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityPath_call
|
|
}
|
|
|
|
void nsset_setAccessibilityActivationPoint( nsset_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define nsset_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void nsset_setAccessibilityTraits( nsset_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define nsset_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityTraits_call
|
|
}
|
|
|
|
void nsset_setIsAccessibilityElement( nsset_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define nsset_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void nsset_setAccessibilityContainer( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define nsset_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityContainer_call
|
|
}
|
|
|
|
void nsset_setAccessibilityLanguage( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define nsset_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void nsset_setShouldGroupAccessibilityChildren( nsset_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define nsset_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void nsset_setAccessibilityNavigationStyle( nsset_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define nsset_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void nsset_setAccessibilityRespondsToUserInteraction( nsset_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define nsset_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void nsset_setAccessibilityUserInputLabels( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define nsset_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void nsset_setAccessibilityAttributedUserInputLabels( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define nsset_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityTextualContext( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define nsset_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityTextualContext_call
|
|
}
|
|
|
|
void nsset_setAccessibilityTextualContext( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define nsset_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void nsset_setAccessibilityHeaderElements( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define nsset_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsset_accessibilityElementDidBecomeFocused( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define nsset_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void nsset_accessibilityElementDidLoseFocus( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define nsset_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool nsset_accessibilityElementIsFocused( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define nsset_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityAssistiveTechnologyFocusedIdentifiers( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define nsset_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void nsset_accessibilityIncrement( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define nsset_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityIncrement_call
|
|
}
|
|
|
|
void nsset_accessibilityDecrement( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define nsset_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityDecrement_call
|
|
}
|
|
|
|
bool nsset_accessibilityScroll( nsset_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define nsset_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_accessibilityScroll_call
|
|
}
|
|
|
|
bool nsset_accessibilityPerformEscape( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define nsset_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool nsset_accessibilityPerformMagicTap( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define nsset_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool nsset_accessibilityActivate( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define nsset_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityActivate_call
|
|
}
|
|
|
|
void nsset_setAccessibilityCustomActions( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define nsset_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityCustomActions( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define nsset_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityIdentification( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define nsset_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityIdentification_call
|
|
}
|
|
|
|
void nsset_accessibilitySetIdentification( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define nsset_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityIdentifier( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define nsset_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long nsset_defaultAccessibilityTraits( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define nsset_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsset_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
bool nsset_isAccessibilityElementByDefault( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define nsset_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef nsset_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool nsset_isElementAccessibilityExposedToInterfaceBuilder( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define nsset_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsset_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityLocalizedStringKey( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define nsset_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void nsset_setAccessibilityDragSourceDescriptors( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define nsset_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityDragSourceDescriptors( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define nsset_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void nsset_setAccessibilityDropPointDescriptors( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define nsset_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityDropPointDescriptors( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define nsset_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsset_storedAccessibilityContainerType( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define nsset_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsset_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long nsset_accessibilityElementCount( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define nsset_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityElementAtIndex( nsset_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define nsset_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long nsset_indexOfAccessibilityElement( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define nsset_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityElements( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define nsset_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityElements_call
|
|
}
|
|
|
|
void nsset_setAccessibilityElements( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define nsset_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityElements_call
|
|
}
|
|
|
|
long long nsset_accessibilityContainerType( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define nsset_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityContainerType_call
|
|
}
|
|
|
|
void nsset_setAccessibilityContainerType( nsset_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define nsset_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void nsset_setAccessibilityCustomRotors( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define nsset_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsset_accessibilityCustomRotors( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define nsset_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef nsset_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsset_uiPresentationManager( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define nsset_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef nsset_uiPresentationManager_call
|
|
}
|
|
|
|
void nsset_awakeFromNib( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define nsset_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef nsset_awakeFromNib_call
|
|
}
|
|
|
|
bool nsset_conformsToProtocolCached( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define nsset_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_conformsToProtocolCached_call
|
|
}
|
|
|
|
void nsset_prepareForInterfaceBuilder( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define nsset_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsset_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t nsset_initFromPQLResultSet( nsset_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define nsset_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool nsset_supportsRBSXPCSecureCoding( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define nsset_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsset_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsset_RBSIsXPCObject( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define nsset_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef nsset_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t nsset_NSRepresentation( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define nsset_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef nsset_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_onMainThread( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define nsset_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef nsset_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_onThread( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define nsset_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_onOperationQueue( nsset_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define nsset_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_onMainThreadIfNecessary( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define nsset_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef nsset_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_afterDelay( nsset_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define nsset_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t nsset_pep_getInvocation( nsset_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define nsset_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t nsset_stringValueSafe( nsset_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define nsset_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_stringValueSafe_call
|
|
}
|
|
|
|
char* nsset_utf8ValueSafe( nsset_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define nsset_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_utf8ValueSafe_call
|
|
}
|
|
|
|
bool nsset_boolValueSafe( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define nsset_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef nsset_boolValueSafe_call
|
|
}
|
|
|
|
long long nsset_int64ValueSafe( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define nsset_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef nsset_int64ValueSafe_call
|
|
}
|
|
|
|
double nsset_doubleValueSafe( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define nsset_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsset_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef nsset_doubleValueSafe_call
|
|
}
|
|
|
|
bool nsset_un_safeBoolValue( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define nsset_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef nsset_un_safeBoolValue_call
|
|
}
|
|
|
|
bool nsset_supportsBSXPCSecureCoding( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define nsset_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsset_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsset_bs_isPlistableType( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define nsset_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef nsset_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_secureEncoded( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define nsset_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef nsset_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_encoded( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define nsset_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_bs_encoded_call( (id)object, methodSelector );
|
|
#undef nsset_bs_encoded_call
|
|
}
|
|
|
|
void nsset_releaseOnMainThread( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define nsset_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef nsset_releaseOnMainThread_call
|
|
}
|
|
|
|
nsobject_t nsset_debugHierarchyAdditionalGroupingIDs( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyAdditionalGroupingIDs" );
|
|
#define nsset_debugHierarchyAdditionalGroupingIDs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_debugHierarchyAdditionalGroupingIDs_call( (id)object, methodSelector );
|
|
#undef nsset_debugHierarchyAdditionalGroupingIDs_call
|
|
}
|
|
|
|
nsobject_t nsset_debugHierarchyObjectsInGroupWithID( nsset_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyObjectsInGroupWithID:outOptions:" );
|
|
#define nsset_debugHierarchyObjectsInGroupWithID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_debugHierarchyObjectsInGroupWithID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_debugHierarchyObjectsInGroupWithID_call
|
|
}
|
|
|
|
nsobject_t nsset_debugHierarchyPropertyDescriptions( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyPropertyDescriptions" );
|
|
#define nsset_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_debugHierarchyPropertyDescriptions_call( (id)object, methodSelector );
|
|
#undef nsset_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t nsset_debugHierarchyValueForPropertyWithName( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyValueForPropertyWithName:" );
|
|
#define nsset_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_debugHierarchyValueForPropertyWithName_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
nsobject_t nsset_SCN_setupDisplayLinkWithQueue( nsset_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SCN_setupDisplayLinkWithQueue:screen:policy:" );
|
|
#define nsset_SCN_setupDisplayLinkWithQueue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsset_SCN_setupDisplayLinkWithQueue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_SCN_setupDisplayLinkWithQueue_call
|
|
}
|
|
|
|
void nsset_postNotificationWithDescription( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postNotificationWithDescription:" );
|
|
#define nsset_postNotificationWithDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_postNotificationWithDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_postNotificationWithDescription_call
|
|
}
|
|
|
|
bool nsset_okToNotifyFromThisThread( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "okToNotifyFromThisThread" );
|
|
#define nsset_okToNotifyFromThisThread_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_okToNotifyFromThisThread_call( (id)object, methodSelector );
|
|
#undef nsset_okToNotifyFromThisThread_call
|
|
}
|
|
|
|
void nsset_fromNotifySafeThreadPerformSelector( nsset_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPerformSelector:withObject:" );
|
|
#define nsset_fromNotifySafeThreadPerformSelector_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_fromNotifySafeThreadPerformSelector_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_fromNotifySafeThreadPerformSelector_call
|
|
}
|
|
|
|
void nsset_allowSafePerformSelector( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowSafePerformSelector" );
|
|
#define nsset_allowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_allowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef nsset_allowSafePerformSelector_call
|
|
}
|
|
|
|
void nsset_disallowSafePerformSelector( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disallowSafePerformSelector" );
|
|
#define nsset_disallowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_disallowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef nsset_disallowSafePerformSelector_call
|
|
}
|
|
|
|
void nsset_fromNotifySafeThreadPostNotificationName( nsset_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPostNotificationName:object:userInfo:" );
|
|
#define nsset_fromNotifySafeThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_fromNotifySafeThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_fromNotifySafeThreadPostNotificationName_call
|
|
}
|
|
|
|
void nsset_fromMainThreadPostNotificationName( nsset_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromMainThreadPostNotificationName:object:userInfo:" );
|
|
#define nsset_fromMainThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_fromMainThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_fromMainThreadPostNotificationName_call
|
|
}
|
|
|
|
void nsset_cn_updateDictionaryForKey( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cn_updateDictionaryForKey:withChanges:" );
|
|
#define nsset_cn_updateDictionaryForKey_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_cn_updateDictionaryForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_cn_updateDictionaryForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_descriptionAtIndent( nsset_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "descriptionAtIndent:" );
|
|
#define nsset_descriptionAtIndent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_descriptionAtIndent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_descriptionAtIndent_call
|
|
}
|
|
|
|
bool nsset_isNull( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNull" );
|
|
#define nsset_isNull_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isNull_call( (id)object, methodSelector );
|
|
#undef nsset_isNull_call
|
|
}
|
|
|
|
nsobject_t nsset_CKDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescription" );
|
|
#define nsset_CKDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKPropertiesDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescription" );
|
|
#define nsset_CKPropertiesDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKPropertiesDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKPropertiesDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKUnredactedDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKUnredactedDescription" );
|
|
#define nsset_CKUnredactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKUnredactedDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKUnredactedDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKRedactedDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKRedactedDescription" );
|
|
#define nsset_CKRedactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKRedactedDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKRedactedDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKDescriptionPropertiesWithPublic( nsset_t object, bool arg0, bool arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionPropertiesWithPublic:private:shouldExpand:" );
|
|
#define nsset_CKDescriptionPropertiesWithPublic_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, bool, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsset_CKDescriptionPropertiesWithPublic_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_CKDescriptionPropertiesWithPublic_call
|
|
}
|
|
|
|
nsobject_t nsset_CKSingleLineDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSingleLineDescription" );
|
|
#define nsset_CKSingleLineDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKSingleLineDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKSingleLineDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKPropertiesDescriptionStringFromProperties( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescriptionStringFromProperties:" );
|
|
#define nsset_CKPropertiesDescriptionStringFromProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CKPropertiesDescriptionStringFromProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_CKPropertiesDescriptionStringFromProperties_call
|
|
}
|
|
|
|
nsobject_t nsset_CKExpandedDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKExpandedDescription" );
|
|
#define nsset_CKExpandedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKExpandedDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKExpandedDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_CKHashedDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKHashedDescription" );
|
|
#define nsset_CKHashedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKHashedDescription_call( (id)object, methodSelector );
|
|
#undef nsset_CKHashedDescription_call
|
|
}
|
|
|
|
void nsset_ck_bindInStatement( nsset_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ck_bindInStatement:atIndex:" );
|
|
#define nsset_ck_bindInStatement_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_ck_bindInStatement_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_ck_bindInStatement_call
|
|
}
|
|
|
|
nsobject_t nsset_CKDescriptionRedact( nsset_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionRedact:avoidShortDescription:" );
|
|
#define nsset_CKDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CKDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_CKDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t nsset_CKObjectDescriptionRedact( nsset_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKObjectDescriptionRedact:avoidShortDescription:" );
|
|
#define nsset_CKObjectDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CKObjectDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_CKObjectDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_addNotificationBlockObserverForName( nsset_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForName:object:queue:usingBlock:" );
|
|
#define nsset_fm_addNotificationBlockObserverForName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsset_fm_addNotificationBlockObserverForName_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_fm_addNotificationBlockObserverForName_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_addNotificationBlockObserverForObject( nsset_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForObject:keyPath:options:usingBlock:" );
|
|
#define nsset_fm_addNotificationBlockObserverForObject_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsset_fm_addNotificationBlockObserverForObject_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_fm_addNotificationBlockObserverForObject_call
|
|
}
|
|
|
|
void nsset_fm_removeNotificationBlockObserver( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_removeNotificationBlockObserver:" );
|
|
#define nsset_fm_removeNotificationBlockObserver_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_fm_removeNotificationBlockObserver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_fm_removeNotificationBlockObserver_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_nullToNil( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_nullToNil" );
|
|
#define nsset_fm_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_fm_nullToNil_call( (id)object, methodSelector );
|
|
#undef nsset_fm_nullToNil_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_logID( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_logID" );
|
|
#define nsset_fm_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_fm_logID_call( (id)object, methodSelector );
|
|
#undef nsset_fm_logID_call
|
|
}
|
|
|
|
nsobject_t nsset_nullToNil( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nullToNil" );
|
|
#define nsset_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_nullToNil_call( (id)object, methodSelector );
|
|
#undef nsset_nullToNil_call
|
|
}
|
|
|
|
nsobject_t nsset_logID( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "logID" );
|
|
#define nsset_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_logID_call( (id)object, methodSelector );
|
|
#undef nsset_logID_call
|
|
}
|
|
|
|
void nsset_if_setValueIfNonNil( nsset_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfNonNil:forKey:" );
|
|
#define nsset_if_setValueIfNonNil_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_if_setValueIfNonNil_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_if_setValueIfNonNil_call
|
|
}
|
|
|
|
void nsset_if_setValueIfYES( nsset_t object, bool arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfYES:forKey:" );
|
|
#define nsset_if_setValueIfYES_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_if_setValueIfYES_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsset_if_setValueIfYES_call
|
|
}
|
|
|
|
nsobject_t nsset_toPBCodable( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toPBCodable" );
|
|
#define nsset_toPBCodable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_toPBCodable_call( (id)object, methodSelector );
|
|
#undef nsset_toPBCodable_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_generateDescriptionWithSubObjects( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_generateDescriptionWithSubObjects:" );
|
|
#define nsset_ams_generateDescriptionWithSubObjects_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_ams_generateDescriptionWithSubObjects_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_ams_generateDescriptionWithSubObjects_call
|
|
}
|
|
|
|
bool nsset_isProxy( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define nsset_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isProxy_call( (id)object, methodSelector );
|
|
#undef nsset_isProxy_call
|
|
}
|
|
|
|
unsigned long long nsset_retainCount( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define nsset_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_retainCount_call( (id)object, methodSelector );
|
|
#undef nsset_retainCount_call
|
|
}
|
|
|
|
void nsset_dealloc( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define nsset_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_dealloc_call( (id)object, methodSelector );
|
|
#undef nsset_dealloc_call
|
|
}
|
|
|
|
nsclass_t nsset_class( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define nsset_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_class_call( (id)object, methodSelector );
|
|
#undef nsset_class_call
|
|
}
|
|
|
|
nsobject_t nsset_self( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define nsset_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_self_call( (id)object, methodSelector );
|
|
#undef nsset_self_call
|
|
}
|
|
|
|
bool nsset_isKindOfClass( nsset_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define nsset_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isKindOfClass_call
|
|
}
|
|
|
|
bool nsset_isMemberOfClass( nsset_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define nsset_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_isMemberOfClass_call
|
|
}
|
|
|
|
bool nsset_conformsToProtocol( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define nsset_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_conformsToProtocol_call
|
|
}
|
|
|
|
bool nsset_respondsToSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define nsset_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t nsset_retain( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define nsset_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_retain_call( (id)object, methodSelector );
|
|
#undef nsset_retain_call
|
|
}
|
|
|
|
nsobject_t nsset_autorelease( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define nsset_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_autorelease_call( (id)object, methodSelector );
|
|
#undef nsset_autorelease_call
|
|
}
|
|
|
|
_NSZone* nsset_zone( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define nsset_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_zone_call( (id)object, methodSelector );
|
|
#undef nsset_zone_call
|
|
}
|
|
|
|
nsclass_t nsset_superclass( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define nsset_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_superclass_call( (id)object, methodSelector );
|
|
#undef nsset_superclass_call
|
|
}
|
|
|
|
nsobject_t nsset_debugDescription( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define nsset_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_debugDescription_call( (id)object, methodSelector );
|
|
#undef nsset_debugDescription_call
|
|
}
|
|
|
|
nsobject_t nsset_init( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define nsset_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_init_call( (id)object, methodSelector );
|
|
#undef nsset_init_call
|
|
}
|
|
|
|
bool nsset_retainWeakReference( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define nsset_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef nsset_retainWeakReference_call
|
|
}
|
|
|
|
bool nsset_allowsWeakReference( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define nsset_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef nsset_allowsWeakReference_call
|
|
}
|
|
|
|
nsobject_t nsset_copy( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define nsset_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_copy_call( (id)object, methodSelector );
|
|
#undef nsset_copy_call
|
|
}
|
|
|
|
void nsset_finalize( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define nsset_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_finalize_call( (id)object, methodSelector );
|
|
#undef nsset_finalize_call
|
|
}
|
|
|
|
bool nsset_isFault( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define nsset_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_isFault_call( (id)object, methodSelector );
|
|
#undef nsset_isFault_call
|
|
}
|
|
|
|
void nsset_forwardInvocation( nsset_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define nsset_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t nsset_forwardingTargetForSelector( nsset_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define nsset_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsset_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t nsset_mutableCopy( nsset_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define nsset_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_mutableCopy_call( (id)object, methodSelector );
|
|
#undef nsset_mutableCopy_call
|
|
}
|
|
|
|
bool nsset_supportsSecureCoding( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsSecureCoding" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_supportsSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_supportsSecureCoding_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_supportsSecureCoding_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithTrackedSet( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithTrackedSet:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithTrackedSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setWithTrackedSet_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setWithTrackedSet_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithUnionOfSets( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithUnionOfSets:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithUnionOfSets_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setWithUnionOfSets_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setWithUnionOfSets_call
|
|
}
|
|
|
|
nsobject_t nsset_fm_setWithSafeObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_setWithSafeObject:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_fm_setWithSafeObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fm_setWithSafeObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_fm_setWithSafeObject_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_PLISTClasses( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_PLISTClasses" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_ams_PLISTClasses_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_ams_PLISTClasses_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_ams_PLISTClasses_call
|
|
}
|
|
|
|
nsobject_t nsset_ams_JSONClasses( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_JSONClasses" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_ams_JSONClasses_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_ams_JSONClasses_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_ams_JSONClasses_call
|
|
}
|
|
|
|
nsobject_t nsset_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_allocWithZone_call
|
|
}
|
|
|
|
nsobject_t nsset_set( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_set_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_set_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_set_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithObjects( nsobject_t* arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithObjects:count:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithObjects_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_setWithObjects_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_setWithObjects_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithSet( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithSet:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setWithSet_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setWithSet_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithArray( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithArray:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithArray_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setWithArray_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setWithArray_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithObject:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_setWithObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setWithObject_call
|
|
}
|
|
|
|
nsobject_t nsset_newSetWithObjects( nsobject_t* arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newSetWithObjects:count:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_newSetWithObjects_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_newSetWithObjects_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_newSetWithObjects_call
|
|
}
|
|
|
|
nsobject_t nsset_setWithOrderedSet( nsobject_t arg0, _NSRange arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWithOrderedSet:range:copyItems:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setWithOrderedSet_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, _NSRange, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsset_setWithOrderedSet_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_setWithOrderedSet_call
|
|
}
|
|
|
|
nsobject_t nsset_fallback_debugHierarchyPropertyDescriptions( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyPropertyDescriptions" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_fallback_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_fallback_debugHierarchyPropertyDescriptions_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_fallback_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t nsset_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_fallback_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsset_fallback_debugHierarchyValueForPropertyWithName_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsset_fallback_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
void nsset_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_load_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_load_call
|
|
}
|
|
|
|
long long nsset_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_version_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_version_call
|
|
}
|
|
|
|
bool nsset_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_instancesImplementSelector_call
|
|
}
|
|
|
|
void nsset_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsset_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_setVersion_call
|
|
}
|
|
|
|
bool nsset_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
objc_method_description* nsset_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool nsset_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t nsset_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void nsset_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsset_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_setKeys_call
|
|
}
|
|
|
|
nsobject_t nsset_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t nsset_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void nsset_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsset_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsset_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t nsset_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
bool nsset_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool nsset_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t nsset_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t nsset_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool nsset_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool nsset_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t nsset_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsset_CKSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_CKSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_CKSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_CKSQLiteClassName_call
|
|
}
|
|
|
|
bool nsset_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleInstanceMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_brc_swizzleInstanceMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_brc_swizzleInstanceMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_brc_swizzleInstanceMethod_call
|
|
}
|
|
|
|
bool nsset_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleClassMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_brc_swizzleClassMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsset_brc_swizzleClassMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsset_brc_swizzleClassMethod_call
|
|
}
|
|
|
|
nsobject_t nsset_fromPBCodable( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromPBCodable:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_fromPBCodable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_fromPBCodable_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_fromPBCodable_call
|
|
}
|
|
|
|
void nsset_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsset_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_initialize_call
|
|
}
|
|
|
|
nsobject_t nsset_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_new_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_new_call
|
|
}
|
|
|
|
bool nsset_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool nsset_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_resolveClassMethod_call
|
|
}
|
|
|
|
nsset_t nsset_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsset_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef nsset_alloc_call
|
|
}
|
|
|
|
bool nsset_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_isSubclassOfClass_call
|
|
}
|
|
|
|
bool nsset_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_isAncestorOfObject_call
|
|
}
|
|
|
|
bool nsset_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSSet" );
|
|
#define nsset_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsset_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsset_instancesRespondToSelector_call
|
|
}
|
|
|