countByEnumeratingWithState_objects_count_ method

int countByEnumeratingWithState_objects_count_(
  1. Pointer<NSFastEnumerationState> state,
  2. Pointer<Pointer<ObjCObject>> buffer,
  3. int len
)

Implementation

int countByEnumeratingWithState_objects_count_(
    ffi.Pointer<NSFastEnumerationState> state,
    ffi.Pointer<ffi.Pointer<ObjCObject>> buffer,
    int len) {
  return _lib._objc_msgSend_162(
      _id,
      _lib._sel_countByEnumeratingWithState_objects_count_1,
      state,
      buffer,
      len);
}