Lines Matching defs:id

149         unsafe fn valueWithPoint(_: Self, point: NSPoint) -> id {  in valueWithPoint()
153 unsafe fn valueWithSize(_: Self, size: NSSize) -> id { in valueWithSize()
158 impl NSValue for id { implementation
188 unsafe fn new(_: Self) -> id { in new()
196 impl NSAutoreleasePool for id { implementation
197 unsafe fn autorelease(self) -> id { in autorelease()
207 unsafe fn processInfo(_: Self) -> id { in processInfo()
211 unsafe fn processName(self) -> id; in processName()
214 impl NSProcessInfo for id { implementation
215 unsafe fn processName(self) -> id { in processName()
223 unsafe fn array(_: Self) -> id { in array()
227 unsafe fn arrayWithObjects(_: Self, objects: &[id]) -> id { in arrayWithObjects()
232 unsafe fn arrayWithObject(_: Self, object: id) -> id { in arrayWithObject()
236 unsafe fn init(self) -> id; in init()
240 unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id; in arrayByAddingObjectFromArray()
241 unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id; in arrayByAddingObjectsFromArray()
242 unsafe fn objectAtIndex(self, index: NSUInteger) -> id; in objectAtIndex()
245 impl NSArray for id { implementation
246 unsafe fn init(self) -> id { in init()
254 unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id { in arrayByAddingObjectFromArray()
258 unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id { in arrayByAddingObjectsFromArray()
262 unsafe fn objectAtIndex(self, index: NSUInteger) -> id { in objectAtIndex()
268 unsafe fn dictionary(_: Self) -> id { in dictionary()
272 unsafe fn dictionaryWithContentsOfFile_(_: Self, path: id) -> id { in dictionaryWithContentsOfFile_()
276 unsafe fn dictionaryWithContentsOfURL_(_: Self, aURL: id) -> id { in dictionaryWithContentsOfURL_()
280 unsafe fn dictionaryWithDictionary_(_: Self, otherDictionary: id) -> id { in dictionaryWithDictionary_()
284 unsafe fn dictionaryWithObject_forKey_(_: Self, anObject: id, aKey: id) -> id { in dictionaryWithObject_forKey_()
288 unsafe fn dictionaryWithObjects_forKeys_(_: Self, objects: id, keys: id) -> id { in dictionaryWithObjects_forKeys_()
292 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
296 unsafe fn dictionaryWithObjectsAndKeys_(_: Self, firstObject: id) -> id { in dictionaryWithObjectsAndKeys_()
300 unsafe fn init(self) -> id; in init()
301 unsafe fn initWithContentsOfFile_(self, path: id) -> id; in initWithContentsOfFile_()
302 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; in initWithContentsOfURL_()
303 unsafe fn initWithDictionary_(self, otherDicitonary: id) -> id; in initWithDictionary_()
304 unsafe fn initWithDictionary_copyItems_(self, otherDicitonary: id, flag: BOOL) -> id; in initWithDictionary_copyItems_()
305 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
306 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
307 unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id; in initWithObjectsAndKeys_()
309 unsafe fn sharedKeySetForKeys_(_: Self, keys: id) -> id { in sharedKeySetForKeys_()
317 unsafe fn allKeys(self) -> id; in allKeys()
318 unsafe fn allKeysForObject_(self, anObject: id) -> id; in allKeysForObject_()
319 unsafe fn allValues(self) -> id; in allValues()
320 unsafe fn objectForKey_(self, aKey: id) -> id; in objectForKey_()
321 unsafe fn objectForKeyedSubscript_(self, key: id) -> id; in objectForKeyedSubscript_()
322 unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id; in objectsForKeys_notFoundMarker_()
323 unsafe fn valueForKey_(self, key: id) -> id; in valueForKey_()
325 unsafe fn keyEnumerator(self) -> id; in keyEnumerator()
326 unsafe fn objectEnumerator(self) -> id; in objectEnumerator()
327 unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(id, id, *mut BOOL), ()>); in enumerateKeysAndObjectsUsingBlock_()
329block: *mut Block<(id, id, *mut BOOL), ()>); in enumerateKeysAndObjectsWithOptions_usingBlock_()
331 unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id; in keysSortedByValueUsingSelector_()
332 unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id; in keysSortedByValueUsingComparator_()
333 …edByValueWithOptions_usingComparator_(self, opts: NSEnumerationOptions, cmptr: NSComparator) -> id; in keysSortedByValueWithOptions_usingComparator_()
335 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
337predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
339 unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL; in writeToFile_atomically_()
340 unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL; in writeToURL_atomically_()
342 unsafe fn fileCreationDate(self) -> id; in fileCreationDate()
344 unsafe fn fileGroupOwnerAccountID(self) -> id; in fileGroupOwnerAccountID()
345 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName()
348 unsafe fn fileModificationDate(self) -> id; in fileModificationDate()
349 unsafe fn fileOwnerAccountID(self) -> id; in fileOwnerAccountID()
350 unsafe fn fileOwnerAccountName(self) -> id; in fileOwnerAccountName()
355 unsafe fn fileType(self) -> id; in fileType()
357 unsafe fn description(self) -> id; in description()
358 unsafe fn descriptionInStringsFileFormat(self) -> id; in descriptionInStringsFileFormat()
359 unsafe fn descriptionWithLocale_(self, locale: id) -> id; in descriptionWithLocale_()
360 unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUInteger) -> id; in descriptionWithLocale_indent_()
363 impl NSDictionary for id { implementation
364 unsafe fn init(self) -> id { in init()
368 unsafe fn initWithContentsOfFile_(self, path: id) -> id { in initWithContentsOfFile_()
372 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { in initWithContentsOfURL_()
376 unsafe fn initWithDictionary_(self, otherDictionary: id) -> id { in initWithDictionary_()
380 unsafe fn initWithDictionary_copyItems_(self, otherDictionary: id, flag: BOOL) -> id { in initWithDictionary_copyItems_()
384 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id { in initWithObjects_forKeys_()
388 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
392 unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id { in initWithObjectsAndKeys_()
404 unsafe fn allKeys(self) -> id { in allKeys()
408 unsafe fn allKeysForObject_(self, anObject: id) -> id { in allKeysForObject_()
412 unsafe fn allValues(self) -> id { in allValues()
416 unsafe fn objectForKey_(self, aKey: id) -> id { in objectForKey_()
420 unsafe fn objectForKeyedSubscript_(self, key: id) -> id { in objectForKeyedSubscript_()
424 unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id { in objectsForKeys_notFoundMarker_()
428 unsafe fn valueForKey_(self, key: id) -> id { in valueForKey_()
432 unsafe fn keyEnumerator(self) -> id { in keyEnumerator()
436 unsafe fn objectEnumerator(self) -> id { in objectEnumerator()
440 unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(id, id, *mut BOOL), ()>) { in enumerateKeysAndObjectsUsingBlock_()
445 block: *mut Block<(id, id, *mut BOOL), ()>) { in enumerateKeysAndObjectsWithOptions_usingBlock_()
449 unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id { in keysSortedByValueUsingSelector_()
453 unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id { in keysSortedByValueUsingComparator_()
457 …dByValueWithOptions_usingComparator_(self, opts: NSEnumerationOptions, cmptr: NSComparator) -> id { in keysSortedByValueWithOptions_usingComparator_()
462 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
467predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
471 unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL { in writeToFile_atomically_()
475 unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL { in writeToURL_atomically_()
479 unsafe fn fileCreationDate(self) -> id { in fileCreationDate()
487 unsafe fn fileGroupOwnerAccountID(self) -> id { in fileGroupOwnerAccountID()
491 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName()
503 unsafe fn fileModificationDate(self) -> id { in fileModificationDate()
507 unsafe fn fileOwnerAccountID(self) -> id { in fileOwnerAccountID()
511 unsafe fn fileOwnerAccountName(self) -> id { in fileOwnerAccountName()
531 unsafe fn fileType(self) -> id { in fileType()
535 unsafe fn description(self) -> id { in description()
539 unsafe fn descriptionInStringsFileFormat(self) -> id { in descriptionInStringsFileFormat()
543 unsafe fn descriptionWithLocale_(self, locale: id) -> id { in descriptionWithLocale_()
547 unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUInteger) -> id { in descriptionWithLocale_indent_()
570 unsafe fn alloc(_: Self) -> id { in alloc()
574 unsafe fn stringByAppendingString_(self, other: id) -> id; in stringByAppendingString_()
579 unsafe fn substringWithRange(self, range: NSRange) -> id; in substringWithRange()
582 impl NSString for id { implementation
589 unsafe fn stringByAppendingString_(self, other: id) -> id { in stringByAppendingString_()
593 unsafe fn init_str(self, string: &str) -> id { in init_str()
608 unsafe fn substringWithRange(self, range: NSRange) -> id { in substringWithRange()
614 unsafe fn distantPast(_: Self) -> id { in distantPast()
618 unsafe fn distantFuture(_: Self) -> id { in distantFuture()
623 impl NSDate for id { implementation
649 fn next(&mut self) -> Option<id> { in next()
682 impl NSFastEnumeration for id { implementation
705 target: id, in performSelector_target_argument_order_modes_()
706 anArgument: id, in performSelector_target_argument_order_modes_()
708 modes: id); in performSelector_target_argument_order_modes_()
711 impl NSRunLoop for id { implementation
718 target: id, in performSelector_target_argument_order_modes_()
719 anArgument: id, in performSelector_target_argument_order_modes_()
721 modes: id) { in performSelector_target_argument_order_modes_()
752 unsafe fn alloc(_: Self) -> id; in alloc()
754 unsafe fn URLWithString_(_:Self, string: id) -> id; in URLWithString_()
755 unsafe fn initWithString_(self, string: id) -> id; in initWithString_()
756 unsafe fn URLWithString_relativeToURL_(_:Self, string: id, url: id) -> id; in URLWithString_relativeToURL_()
757 unsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id; in initWithString_relativeToURL_()
758 unsafe fn fileURLWithPath_isDirectory_(_:Self, path: id, is_dir: BOOL) -> id; in fileURLWithPath_isDirectory_()
759 unsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id; in initFileURLWithPath_isDirectory_()
760 unsafe fn fileURLWithPath_relativeToURL_(_:Self, path: id, url: id) -> id; in fileURLWithPath_relativeToURL_()
761 unsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id; in initFileURLWithPath_relativeToURL_()
762 …nsafe fn fileURLWithPath_isDirectory_relativeToURL_(_:Self, path: id, is_dir: BOOL, url: id) -> id; in fileURLWithPath_isDirectory_relativeToURL_()
763 …afe fn initFileURLWithPath_isDirectory_relativeToURL_(self, path: id, is_dir: BOOL, url: id) -> id; in initFileURLWithPath_isDirectory_relativeToURL_()
764 unsafe fn fileURLWithPath_(_:Self, path: id) -> id; in fileURLWithPath_()
765 unsafe fn initFileURLWithPath_(self, path: id) -> id; in initFileURLWithPath_()
766 …nsafe fn fileURLWithPathComponents_(_:Self, path_components: id /* (NSArray<NSString*>*) */) -> id; in fileURLWithPathComponents_()
767 …URL_options_error_(_:Self, url: id, options: NSURLBookmarkResolutionOptions, error: *mut id /* (NS… in URLByResolvingAliasFileAtURL_options_error_()
768 …ookmarkDataIsStale_error_(_:Self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
769 …_bookmarkDataIsStale_error_(self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
773 …n absoluteURLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id; in absoluteURLWithDataRepresentation_relativeToURL_()
774 …initAbsoluteURLWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id; in initAbsoluteURLWithDataRepresentation_relativeToURL_()
775 …unsafe fn URLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id; in URLWithDataRepresentation_relativeToURL_()
776 … unsafe fn initWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id; in initWithDataRepresentation_relativeToURL_()
777 unsafe fn dataRepresentation(self) -> id /* (NSData) */; in dataRepresentation()
785 unsafe fn absoluteString(self) -> id /* (NSString) */; in absoluteString()
786 unsafe fn absoluteURL(self) -> id /* (NSURL) */; in absoluteURL()
787 unsafe fn baseURL(self) -> id /* (NSURL) */; in baseURL()
789 unsafe fn fragment(self) -> id /* (NSString) */; in fragment()
790 unsafe fn host(self) -> id /* (NSString) */; in host()
791 unsafe fn lastPathComponent(self) -> id /* (NSString) */; in lastPathComponent()
792 unsafe fn parameterString(self) -> id /* (NSString) */; in parameterString()
793 unsafe fn password(self) -> id /* (NSString) */; in password()
794 unsafe fn path(self) -> id /* (NSString) */; in path()
795 unsafe fn pathComponents(self) -> id /* (NSArray<NSString*>) */; in pathComponents()
796 unsafe fn pathExtension(self) -> id /* (NSString) */; in pathExtension()
797 unsafe fn port(self) -> id /* (NSNumber) */; in port()
798 unsafe fn query(self) -> id /* (NSString) */; in query()
799 unsafe fn relativePath(self) -> id /* (NSString) */; in relativePath()
800 unsafe fn relativeString(self) -> id /* (NSString) */; in relativeString()
801 unsafe fn resourceSpecifier(self) -> id /* (NSString) */; in resourceSpecifier()
802 unsafe fn scheme(self) -> id /* (NSString) */; in scheme()
803 unsafe fn standardizedURL(self) -> id /* (NSURL) */; in standardizedURL()
804 unsafe fn user(self) -> id /* (NSString) */; in user()
813 unsafe fn NSURLResourceKey(self) -> id /* (NSString) */; in NSURLResourceKey()
815 unsafe fn filePathURL(self) -> id; in filePathURL()
816 unsafe fn fileReferenceURL(self) -> id; in fileReferenceURL()
817 unsafe fn URLByAppendingPathComponent_(self, path_component: id /* (NSString) */) -> id; in URLByAppendingPathComponent_()
818 … URLByAppendingPathComponent_isDirectory_(self, path_component: id /* (NSString) */, is_dir: BOOL)… in URLByAppendingPathComponent_isDirectory_()
819 unsafe fn URLByAppendingPathExtension_(self, extension: id /* (NSString) */) -> id; in URLByAppendingPathExtension_()
820 unsafe fn URLByDeletingLastPathComponent(self) -> id; in URLByDeletingLastPathComponent()
821 unsafe fn URLByDeletingPathExtension(self) -> id; in URLByDeletingPathExtension()
822 unsafe fn URLByResolvingSymlinksInPath(self) -> id; in URLByResolvingSymlinksInPath()
823 unsafe fn URLByStandardizingPath(self) -> id; in URLByStandardizingPath()
826 …okmarkDataWithContentsOfURL_error_(_:Self, url: id, error: id /* (NSError _Nullable) */) -> id /* … in bookmarkDataWithContentsOfURL_error_()
827 …ons: NSURLBookmarkCreationOptions, resource_value_for_keys: id /* (NSArray<NSURLResourceKey>) */, in bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_()
829 …ons_error_(_:Self, data: id /* (NSData) */, to_url: id, options: NSURLBookmarkFileCreationOptions,… in writeBookmarkData_toURL_options_error_()
844 impl NSURL for id { implementation
845 unsafe fn alloc(_: Self) -> id { in alloc()
849 unsafe fn URLWithString_(_:Self, string: id) -> id { in URLWithString_()
852 unsafe fn initWithString_(self, string: id) -> id { in initWithString_()
855 unsafe fn URLWithString_relativeToURL_(_:Self, string: id, url: id) -> id { in URLWithString_relativeToURL_()
858 unsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id { in initWithString_relativeToURL_()
861 unsafe fn fileURLWithPath_isDirectory_(_:Self, path: id, is_dir: BOOL) -> id { in fileURLWithPath_isDirectory_()
864 unsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id { in initFileURLWithPath_isDirectory_()
867 unsafe fn fileURLWithPath_relativeToURL_(_:Self, path: id, url: id) -> id { in fileURLWithPath_relativeToURL_()
870 unsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id { in initFileURLWithPath_relativeToURL_()
873 …safe fn fileURLWithPath_isDirectory_relativeToURL_(_:Self, path: id, is_dir: BOOL, url: id) -> id { in fileURLWithPath_isDirectory_relativeToURL_()
876 …fe fn initFileURLWithPath_isDirectory_relativeToURL_(self, path: id, is_dir: BOOL, url: id) -> id { in initFileURLWithPath_isDirectory_relativeToURL_()
879 unsafe fn fileURLWithPath_(_:Self, path: id) -> id { in fileURLWithPath_()
882 unsafe fn initFileURLWithPath_(self, path: id) -> id { in initFileURLWithPath_()
885 …safe fn fileURLWithPathComponents_(_:Self, path_components: id /* (NSArray<NSString*>*) */) -> id { in fileURLWithPathComponents_()
888 …URL_options_error_(_:Self, url: id, options: NSURLBookmarkResolutionOptions, error: *mut id /* (NS… in URLByResolvingAliasFileAtURL_options_error_()
891 …ookmarkDataIsStale_error_(_:Self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
894 …_bookmarkDataIsStale_error_(self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
900 … absoluteURLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id { in absoluteURLWithDataRepresentation_relativeToURL_()
903 …nitAbsoluteURLWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id { in initAbsoluteURLWithDataRepresentation_relativeToURL_()
906 …nsafe fn URLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id { in URLWithDataRepresentation_relativeToURL_()
909 …unsafe fn initWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id { in initWithDataRepresentation_relativeToURL_()
912 unsafe fn dataRepresentation(self) -> id /* (NSData) */ { in dataRepresentation()
930 unsafe fn absoluteString(self) -> id /* (NSString) */ { in absoluteString()
933 unsafe fn absoluteURL(self) -> id /* (NSURL) */ { in absoluteURL()
936 unsafe fn baseURL(self) -> id /* (NSURL) */ { in baseURL()
940 unsafe fn fragment(self) -> id /* (NSString) */ { in fragment()
943 unsafe fn host(self) -> id /* (NSString) */ { in host()
946 unsafe fn lastPathComponent(self) -> id /* (NSString) */ { in lastPathComponent()
949 unsafe fn parameterString(self) -> id /* (NSString) */ { in parameterString()
952 unsafe fn password(self) -> id /* (NSString) */ { in password()
955 unsafe fn path(self) -> id /* (NSString) */ { in path()
958 unsafe fn pathComponents(self) -> id /* (NSArray<NSString*>) */ { in pathComponents()
961 unsafe fn pathExtension(self) -> id /* (NSString) */ { in pathExtension()
964 unsafe fn port(self) -> id /* (NSNumber) */ { in port()
967 unsafe fn query(self) -> id /* (NSString) */ { in query()
970 unsafe fn relativePath(self) -> id /* (NSString) */ { in relativePath()
973 unsafe fn relativeString(self) -> id /* (NSString) */ { in relativeString()
976 unsafe fn resourceSpecifier(self) -> id /* (NSString) */ { in resourceSpecifier()
979 unsafe fn scheme(self) -> id /* (NSString) */ { in scheme()
982 unsafe fn standardizedURL(self) -> id /* (NSURL) */ { in standardizedURL()
985 unsafe fn user(self) -> id /* (NSString) */ { in user()
996 unsafe fn NSURLResourceKey(self) -> id /* (NSString) */ { in NSURLResourceKey()
1000 unsafe fn filePathURL(self) -> id { in filePathURL()
1003 unsafe fn fileReferenceURL(self) -> id { in fileReferenceURL()
1006 unsafe fn URLByAppendingPathComponent_(self, path_component: id /* (NSString) */) -> id { in URLByAppendingPathComponent_()
1009 … URLByAppendingPathComponent_isDirectory_(self, path_component: id /* (NSString) */, is_dir: BOOL)… in URLByAppendingPathComponent_isDirectory_()
1012 unsafe fn URLByAppendingPathExtension_(self, extension: id /* (NSString) */) -> id { in URLByAppendingPathExtension_()
1015 unsafe fn URLByDeletingLastPathComponent(self) -> id { in URLByDeletingLastPathComponent()
1018 unsafe fn URLByDeletingPathExtension(self) -> id { in URLByDeletingPathExtension()
1021 unsafe fn URLByResolvingSymlinksInPath(self) -> id { in URLByResolvingSymlinksInPath()
1024 unsafe fn URLByStandardizingPath(self) -> id { in URLByStandardizingPath()
1031 …kmarkDataWithContentsOfURL_error_(_:Self, url: id, error: id /* (NSError _Nullable) */) -> id /* (… in bookmarkDataWithContentsOfURL_error_()
1034 …ons: NSURLBookmarkCreationOptions, resource_value_for_keys: id /* (NSArray<NSURLResourceKey>) */, in bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_()
1038 …ons_error_(_:Self, data: id /* (NSData) */, to_url: id, options: NSURLBookmarkFileCreationOptions,… in writeBookmarkData_toURL_options_error_()
1069 name: id /* NSString */, in loadNibNamed_owner_topLevelObjects_()
1070 owner: id, in loadNibNamed_owner_topLevelObjects_()
1074 impl NSBundle for id { implementation
1080 name: id /* NSString */, in loadNibNamed_owner_topLevelObjects_()
1081 owner: id, in loadNibNamed_owner_topLevelObjects_()
1090 unsafe fn data(_: Self) -> id { in data()
1094 unsafe fn dataWithBytes_length_(_: Self, bytes: *const c_void, length: NSUInteger) -> id { in dataWithBytes_length_()
1098 unsafe fn dataWithBytesNoCopy_length_(_: Self, bytes: *const c_void, length: NSUInteger) -> id { in dataWithBytesNoCopy_length_()
1103 … length: NSUInteger, freeWhenDone: BOOL) -> id { in dataWithBytesNoCopy_length_freeWhenDone_()
1107 unsafe fn dataWithContentsOfFile_(_: Self, path: id) -> id { in dataWithContentsOfFile_()
1111 unsafe fn dataWithContentsOfFile_options_error_(_: Self, path: id, mask: NSDataReadingOptions, in dataWithContentsOfFile_options_error_()
1112 errorPtr: *mut id) -> id { in dataWithContentsOfFile_options_error_()
1116 unsafe fn dataWithContentsOfURL_(_: Self, aURL: id) -> id { in dataWithContentsOfURL_()
1120 unsafe fn dataWithContentsOfURL_options_error_(_: Self, aURL: id, mask: NSDataReadingOptions, in dataWithContentsOfURL_options_error_()
1121 errorPtr: *mut id) -> id { in dataWithContentsOfURL_options_error_()
1125 unsafe fn dataWithData_(_: Self, aData: id) -> id { in dataWithData_()
1129 …unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, options: NSDataBase64DecodingOp… in initWithBase64EncodedData_options_()
1130 -> id; in initWithBase64EncodedData_options_()
1131 …unsafe fn initWithBase64EncodedString_options_(self, base64String: id, options: NSDataBase64Decodi… in initWithBase64EncodedString_options_()
1132 -> id; in initWithBase64EncodedString_options_()
1133 unsafe fn initWithBytes_length_(self, bytes: *const c_void, length: NSUInteger) -> id; in initWithBytes_length_()
1134 unsafe fn initWithBytesNoCopy_length_(self, bytes: *const c_void, length: NSUInteger) -> id; in initWithBytesNoCopy_length_()
1137 -> id; in initWithBytesNoCopy_length_deallocator_()
1139 … length: NSUInteger, freeWhenDone: BOOL) -> id; in initWithBytesNoCopy_length_freeWhenDone_()
1140 unsafe fn initWithContentsOfFile_(self, path: id) -> id; in initWithContentsOfFile_()
1141 …unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfFile_options_error()
1142 -> id; in initWithContentsOfFile_options_error()
1143 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; in initWithContentsOfURL_()
1144 …unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfURL_options_error_()
1145 -> id; in initWithContentsOfURL_options_error_()
1146 unsafe fn initWithData_(self, data: id) -> id; in initWithData_()
1149 unsafe fn description(self) -> id; in description()
1153 unsafe fn subdataWithRange_(self, range: NSRange) -> id; in subdataWithRange_()
1154 …unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NSDataSearchOptions, searchRan… in rangeOfData_options_range_()
1157 unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64EncodingOptions) -> id; in base64EncodedDataWithOptions_()
1158 unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64EncodingOptions) -> id; in base64EncodedStringWithOptions_()
1160 unsafe fn isEqualToData_(self, otherData: id) -> id; in isEqualToData_()
1163 unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL; in writeToFile_atomically_()
1164 …unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWritingOptions, errorPtr: *mut id… in writeToFile_options_error_()
1165 unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL; in writeToURL_atomically_()
1166 …unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritingOptions, errorPtr: *mut id)… in writeToURL_options_error_()
1169 impl NSData for id { implementation
1170 …unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, options: NSDataBase64DecodingOp… in initWithBase64EncodedData_options_()
1171 -> id { in initWithBase64EncodedData_options_()
1175 …unsafe fn initWithBase64EncodedString_options_(self, base64String: id, options: NSDataBase64Decodi… in initWithBase64EncodedString_options_()
1176 -> id { in initWithBase64EncodedString_options_()
1180 unsafe fn initWithBytes_length_(self, bytes: *const c_void, length: NSUInteger) -> id { in initWithBytes_length_()
1184 unsafe fn initWithBytesNoCopy_length_(self, bytes: *const c_void, length: NSUInteger) -> id { in initWithBytesNoCopy_length_()
1190 -> id { in initWithBytesNoCopy_length_deallocator_()
1195 … length: NSUInteger, freeWhenDone: BOOL) -> id { in initWithBytesNoCopy_length_freeWhenDone_()
1199 unsafe fn initWithContentsOfFile_(self, path: id) -> id { in initWithContentsOfFile_()
1203 …unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfFile_options_error()
1204 -> id { in initWithContentsOfFile_options_error()
1208 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { in initWithContentsOfURL_()
1212 …unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfURL_options_error_()
1213 -> id { in initWithContentsOfURL_options_error_()
1217 unsafe fn initWithData_(self, data: id) -> id { in initWithData_()
1225 unsafe fn description(self) -> id { in description()
1241 unsafe fn subdataWithRange_(self, range: NSRange) -> id { in subdataWithRange_()
1245 …unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NSDataSearchOptions, searchRan… in rangeOfData_options_range_()
1250 unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64EncodingOptions) -> id { in base64EncodedDataWithOptions_()
1254 unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64EncodingOptions) -> id { in base64EncodedStringWithOptions_()
1258 unsafe fn isEqualToData_(self, otherData: id) -> id { in isEqualToData_()
1266 unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL { in writeToFile_atomically_()
1270 …unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWritingOptions, errorPtr: *mut id… in writeToFile_options_error_()
1274 unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL { in writeToURL_atomically_()
1278 …unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritingOptions, errorPtr: *mut id)… in writeToURL_options_error_()