Lines Matching refs:stop
136 * **stop**: A pointer to a boolean that when set stops the enumeration.
138 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
147 * **stop**: A pointer to a boolean that when set stops the enumeration.
150 usingBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
308 * **stop**: A pointer to a boolean that when set stops the enumeration.
310 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block;
319 * **stop**: A pointer to a boolean that when set stops the enumeration.
322 usingBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block;
480 * **stop**: A pointer to a boolean that when set stops the enumeration.
482 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block;
491 * **stop**: A pointer to a boolean that when set stops the enumeration.
494 usingBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block;
652 * **stop**: A pointer to a boolean that when set stops the enumeration.
654 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block;
663 * **stop**: A pointer to a boolean that when set stops the enumeration.
666 usingBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block;
824 * **stop**: A pointer to a boolean that when set stops the enumeration.
826 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block;
835 * **stop**: A pointer to a boolean that when set stops the enumeration.
838 usingBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block;
996 * **stop**: A pointer to a boolean that when set stops the enumeration.
998 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(double value, NSUInteger idx, BOOL *stop))block;
1007 * **stop**: A pointer to a boolean that when set stops the enumeration.
1010 usingBlock:(void (NS_NOESCAPE ^)(double value, NSUInteger idx, BOOL *stop))block;
1168 * **stop**: A pointer to a boolean that when set stops the enumeration.
1170 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(BOOL value, NSUInteger idx, BOOL *stop))block;
1179 * **stop**: A pointer to a boolean that when set stops the enumeration.
1182 usingBlock:(void (NS_NOESCAPE ^)(BOOL value, NSUInteger idx, BOOL *stop))block;
1371 * **stop**: A pointer to a boolean that when set stops the enumeration.
1373 - (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
1382 * **stop**: A pointer to a boolean that when set stops the enumeration.
1385 usingBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
1405 * **stop**: A pointer to a boolean that when set stops the enumeration.
1407 - (void)enumerateRawValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
1416 * **stop**: A pointer to a boolean that when set stops the enumeration.
1419 usingBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block;
1782 //% * **stop**: A pointer to a boolean that when set stops the enumeration.
1784 //%- (void)enumerateRawValuesWithBlock:(void (NS_NOESCAPE ^)(TYPE value, NSUInteger idx, BOOL *stop))block;
1793 //% * **stop**: A pointer to a boolean that when set stops the enumeration.
1796 //% usingBlock:(void (NS_NOESCAPE ^)(TYPE value, NSUInteger idx, BOOL *stop))block;
1824 //% * **stop**: A pointer to a boolean that when set stops the enumeration.
1826 //%- (void)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(TYPE value, NSUInteger idx, BOOL *stop))block;
1835 //% * **stop**: A pointer to a boolean that when set stops the enumeration.
1838 //% usingBlock:(void (NS_NOESCAPE ^)(TYPE value, NSUInteger idx, BOOL *stop))block;