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()
228 unsafe fn processInfo(_: Self) -> id { in processInfo()
232 unsafe fn processName(self) -> id; in processName()
237 impl NSProcessInfo for id { implementation
238 unsafe fn processName(self) -> id { in processName()
254 unsafe fn array(_: Self) -> id { in array()
258 unsafe fn arrayWithObjects(_: Self, objects: &[id]) -> id { in arrayWithObjects()
263 unsafe fn arrayWithObject(_: Self, object: id) -> id { in arrayWithObject()
267 unsafe fn init(self) -> id; in init()
271 unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id; in arrayByAddingObjectFromArray()
272 unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id; in arrayByAddingObjectsFromArray()
273 unsafe fn objectAtIndex(self, index: NSUInteger) -> id; in objectAtIndex()
276 impl NSArray for id { implementation
277 unsafe fn init(self) -> id { in init()
285 unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id { in arrayByAddingObjectFromArray()
289 unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id { in arrayByAddingObjectsFromArray()
293 unsafe fn objectAtIndex(self, index: NSUInteger) -> id { in objectAtIndex()
299 unsafe fn dictionary(_: Self) -> id { in dictionary()
303 unsafe fn dictionaryWithContentsOfFile_(_: Self, path: id) -> id { in dictionaryWithContentsOfFile_()
307 unsafe fn dictionaryWithContentsOfURL_(_: Self, aURL: id) -> id { in dictionaryWithContentsOfURL_()
311 unsafe fn dictionaryWithDictionary_(_: Self, otherDictionary: id) -> id { in dictionaryWithDictionary_()
315 unsafe fn dictionaryWithObject_forKey_(_: Self, anObject: id, aKey: id) -> id { in dictionaryWithObject_forKey_()
319 unsafe fn dictionaryWithObjects_forKeys_(_: Self, objects: id, keys: id) -> id { in dictionaryWithObjects_forKeys_()
323 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
327 unsafe fn dictionaryWithObjectsAndKeys_(_: Self, firstObject: id) -> id { in dictionaryWithObjectsAndKeys_()
331 unsafe fn init(self) -> id; in init()
332 unsafe fn initWithContentsOfFile_(self, path: id) -> id; in initWithContentsOfFile_()
333 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; in initWithContentsOfURL_()
334 unsafe fn initWithDictionary_(self, otherDicitonary: id) -> id; in initWithDictionary_()
335 unsafe fn initWithDictionary_copyItems_(self, otherDicitonary: id, flag: BOOL) -> id; in initWithDictionary_copyItems_()
336 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
337 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
338 unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id; in initWithObjectsAndKeys_()
340 unsafe fn sharedKeySetForKeys_(_: Self, keys: id) -> id { in sharedKeySetForKeys_()
348 unsafe fn allKeys(self) -> id; in allKeys()
349 unsafe fn allKeysForObject_(self, anObject: id) -> id; in allKeysForObject_()
350 unsafe fn allValues(self) -> id; in allValues()
351 unsafe fn objectForKey_(self, aKey: id) -> id; in objectForKey_()
352 unsafe fn objectForKeyedSubscript_(self, key: id) -> id; in objectForKeyedSubscript_()
353 unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id; in objectsForKeys_notFoundMarker_()
354 unsafe fn valueForKey_(self, key: id) -> id; in valueForKey_()
356 unsafe fn keyEnumerator(self) -> id; in keyEnumerator()
357 unsafe fn objectEnumerator(self) -> id; in objectEnumerator()
358 unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(id, id, *mut BOOL), ()>); in enumerateKeysAndObjectsUsingBlock_()
360block: *mut Block<(id, id, *mut BOOL), ()>); in enumerateKeysAndObjectsWithOptions_usingBlock_()
362 unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id; in keysSortedByValueUsingSelector_()
363 unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id; in keysSortedByValueUsingComparator_()
364 …edByValueWithOptions_usingComparator_(self, opts: NSEnumerationOptions, cmptr: NSComparator) -> id; in keysSortedByValueWithOptions_usingComparator_()
366 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
368predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
370 unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL; in writeToFile_atomically_()
371 unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL; in writeToURL_atomically_()
373 unsafe fn fileCreationDate(self) -> id; in fileCreationDate()
375 unsafe fn fileGroupOwnerAccountID(self) -> id; in fileGroupOwnerAccountID()
376 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName()
379 unsafe fn fileModificationDate(self) -> id; in fileModificationDate()
380 unsafe fn fileOwnerAccountID(self) -> id; in fileOwnerAccountID()
381 unsafe fn fileOwnerAccountName(self) -> id; in fileOwnerAccountName()
386 unsafe fn fileType(self) -> id; in fileType()
388 unsafe fn description(self) -> id; in description()
389 unsafe fn descriptionInStringsFileFormat(self) -> id; in descriptionInStringsFileFormat()
390 unsafe fn descriptionWithLocale_(self, locale: id) -> id; in descriptionWithLocale_()
391 unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUInteger) -> id; in descriptionWithLocale_indent_()
394 impl NSDictionary for id { implementation
395 unsafe fn init(self) -> id { in init()
399 unsafe fn initWithContentsOfFile_(self, path: id) -> id { in initWithContentsOfFile_()
403 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { in initWithContentsOfURL_()
407 unsafe fn initWithDictionary_(self, otherDictionary: id) -> id { in initWithDictionary_()
411 unsafe fn initWithDictionary_copyItems_(self, otherDictionary: id, flag: BOOL) -> id { in initWithDictionary_copyItems_()
415 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id { in initWithObjects_forKeys_()
419 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
423 unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id { in initWithObjectsAndKeys_()
435 unsafe fn allKeys(self) -> id { in allKeys()
439 unsafe fn allKeysForObject_(self, anObject: id) -> id { in allKeysForObject_()
443 unsafe fn allValues(self) -> id { in allValues()
447 unsafe fn objectForKey_(self, aKey: id) -> id { in objectForKey_()
451 unsafe fn objectForKeyedSubscript_(self, key: id) -> id { in objectForKeyedSubscript_()
455 unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id { in objectsForKeys_notFoundMarker_()
459 unsafe fn valueForKey_(self, key: id) -> id { in valueForKey_()
463 unsafe fn keyEnumerator(self) -> id { in keyEnumerator()
467 unsafe fn objectEnumerator(self) -> id { in objectEnumerator()
471 unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(id, id, *mut BOOL), ()>) { in enumerateKeysAndObjectsUsingBlock_()
476 block: *mut Block<(id, id, *mut BOOL), ()>) { in enumerateKeysAndObjectsWithOptions_usingBlock_()
480 unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id { in keysSortedByValueUsingSelector_()
484 unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id { in keysSortedByValueUsingComparator_()
488 …dByValueWithOptions_usingComparator_(self, opts: NSEnumerationOptions, cmptr: NSComparator) -> id { in keysSortedByValueWithOptions_usingComparator_()
493 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
498predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
502 unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL { in writeToFile_atomically_()
506 unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL { in writeToURL_atomically_()
510 unsafe fn fileCreationDate(self) -> id { in fileCreationDate()
518 unsafe fn fileGroupOwnerAccountID(self) -> id { in fileGroupOwnerAccountID()
522 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName()
534 unsafe fn fileModificationDate(self) -> id { in fileModificationDate()
538 unsafe fn fileOwnerAccountID(self) -> id { in fileOwnerAccountID()
542 unsafe fn fileOwnerAccountName(self) -> id { in fileOwnerAccountName()
562 unsafe fn fileType(self) -> id { in fileType()
566 unsafe fn description(self) -> id { in description()
570 unsafe fn descriptionInStringsFileFormat(self) -> id { in descriptionInStringsFileFormat()
574 unsafe fn descriptionWithLocale_(self, locale: id) -> id { in descriptionWithLocale_()
578 unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUInteger) -> id { in descriptionWithLocale_indent_()
601 unsafe fn alloc(_: Self) -> id { in alloc()
605 unsafe fn stringByAppendingString_(self, other: id) -> id; in stringByAppendingString_()
610 unsafe fn substringWithRange(self, range: NSRange) -> id; in substringWithRange()
613 impl NSString for id { implementation
620 unsafe fn stringByAppendingString_(self, other: id) -> id { in stringByAppendingString_()
624 unsafe fn init_str(self, string: &str) -> id { in init_str()
639 unsafe fn substringWithRange(self, range: NSRange) -> id { in substringWithRange()
645 unsafe fn distantPast(_: Self) -> id { in distantPast()
649 unsafe fn distantFuture(_: Self) -> id { in distantFuture()
654 impl NSDate for id { implementation
680 fn next(&mut self) -> Option<id> { in next()
713 impl NSFastEnumeration for id { implementation
736 target: id, in performSelector_target_argument_order_modes_()
737 anArgument: id, in performSelector_target_argument_order_modes_()
739 modes: id); in performSelector_target_argument_order_modes_()
742 impl NSRunLoop for id { implementation
749 target: id, in performSelector_target_argument_order_modes_()
750 anArgument: id, in performSelector_target_argument_order_modes_()
752 modes: id) { in performSelector_target_argument_order_modes_()
783 unsafe fn alloc(_: Self) -> id; in alloc()
785 unsafe fn URLWithString_(_:Self, string: id) -> id; in URLWithString_()
786 unsafe fn initWithString_(self, string: id) -> id; in initWithString_()
787 unsafe fn URLWithString_relativeToURL_(_:Self, string: id, url: id) -> id; in URLWithString_relativeToURL_()
788 unsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id; in initWithString_relativeToURL_()
789 unsafe fn fileURLWithPath_isDirectory_(_:Self, path: id, is_dir: BOOL) -> id; in fileURLWithPath_isDirectory_()
790 unsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id; in initFileURLWithPath_isDirectory_()
791 unsafe fn fileURLWithPath_relativeToURL_(_:Self, path: id, url: id) -> id; in fileURLWithPath_relativeToURL_()
792 unsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id; in initFileURLWithPath_relativeToURL_()
793 …nsafe fn fileURLWithPath_isDirectory_relativeToURL_(_:Self, path: id, is_dir: BOOL, url: id) -> id; in fileURLWithPath_isDirectory_relativeToURL_()
794 …afe fn initFileURLWithPath_isDirectory_relativeToURL_(self, path: id, is_dir: BOOL, url: id) -> id; in initFileURLWithPath_isDirectory_relativeToURL_()
795 unsafe fn fileURLWithPath_(_:Self, path: id) -> id; in fileURLWithPath_()
796 unsafe fn initFileURLWithPath_(self, path: id) -> id; in initFileURLWithPath_()
797 …nsafe fn fileURLWithPathComponents_(_:Self, path_components: id /* (NSArray<NSString*>*) */) -> id; in fileURLWithPathComponents_()
798 …URL_options_error_(_:Self, url: id, options: NSURLBookmarkResolutionOptions, error: *mut id /* (NS… in URLByResolvingAliasFileAtURL_options_error_()
799 …ookmarkDataIsStale_error_(_:Self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
800 …_bookmarkDataIsStale_error_(self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
804 …n absoluteURLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id; in absoluteURLWithDataRepresentation_relativeToURL_()
805 …initAbsoluteURLWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id; in initAbsoluteURLWithDataRepresentation_relativeToURL_()
806 …unsafe fn URLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id; in URLWithDataRepresentation_relativeToURL_()
807 … unsafe fn initWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id; in initWithDataRepresentation_relativeToURL_()
808 unsafe fn dataRepresentation(self) -> id /* (NSData) */; in dataRepresentation()
816 unsafe fn absoluteString(self) -> id /* (NSString) */; in absoluteString()
817 unsafe fn absoluteURL(self) -> id /* (NSURL) */; in absoluteURL()
818 unsafe fn baseURL(self) -> id /* (NSURL) */; in baseURL()
820 unsafe fn fragment(self) -> id /* (NSString) */; in fragment()
821 unsafe fn host(self) -> id /* (NSString) */; in host()
822 unsafe fn lastPathComponent(self) -> id /* (NSString) */; in lastPathComponent()
823 unsafe fn parameterString(self) -> id /* (NSString) */; in parameterString()
824 unsafe fn password(self) -> id /* (NSString) */; in password()
825 unsafe fn path(self) -> id /* (NSString) */; in path()
826 unsafe fn pathComponents(self) -> id /* (NSArray<NSString*>) */; in pathComponents()
827 unsafe fn pathExtension(self) -> id /* (NSString) */; in pathExtension()
828 unsafe fn port(self) -> id /* (NSNumber) */; in port()
829 unsafe fn query(self) -> id /* (NSString) */; in query()
830 unsafe fn relativePath(self) -> id /* (NSString) */; in relativePath()
831 unsafe fn relativeString(self) -> id /* (NSString) */; in relativeString()
832 unsafe fn resourceSpecifier(self) -> id /* (NSString) */; in resourceSpecifier()
833 unsafe fn scheme(self) -> id /* (NSString) */; in scheme()
834 unsafe fn standardizedURL(self) -> id /* (NSURL) */; in standardizedURL()
835 unsafe fn user(self) -> id /* (NSString) */; in user()
844 unsafe fn NSURLResourceKey(self) -> id /* (NSString) */; in NSURLResourceKey()
846 unsafe fn filePathURL(self) -> id; in filePathURL()
847 unsafe fn fileReferenceURL(self) -> id; in fileReferenceURL()
848 unsafe fn URLByAppendingPathComponent_(self, path_component: id /* (NSString) */) -> id; in URLByAppendingPathComponent_()
849 … URLByAppendingPathComponent_isDirectory_(self, path_component: id /* (NSString) */, is_dir: BOOL)… in URLByAppendingPathComponent_isDirectory_()
850 unsafe fn URLByAppendingPathExtension_(self, extension: id /* (NSString) */) -> id; in URLByAppendingPathExtension_()
851 unsafe fn URLByDeletingLastPathComponent(self) -> id; in URLByDeletingLastPathComponent()
852 unsafe fn URLByDeletingPathExtension(self) -> id; in URLByDeletingPathExtension()
853 unsafe fn URLByResolvingSymlinksInPath(self) -> id; in URLByResolvingSymlinksInPath()
854 unsafe fn URLByStandardizingPath(self) -> id; in URLByStandardizingPath()
857 …okmarkDataWithContentsOfURL_error_(_:Self, url: id, error: id /* (NSError _Nullable) */) -> id /* … in bookmarkDataWithContentsOfURL_error_()
858 …ons: NSURLBookmarkCreationOptions, resource_value_for_keys: id /* (NSArray<NSURLResourceKey>) */, in bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_()
860 …ons_error_(_:Self, data: id /* (NSData) */, to_url: id, options: NSURLBookmarkFileCreationOptions,… in writeBookmarkData_toURL_options_error_()
875 impl NSURL for id { implementation
876 unsafe fn alloc(_: Self) -> id { in alloc()
880 unsafe fn URLWithString_(_:Self, string: id) -> id { in URLWithString_()
883 unsafe fn initWithString_(self, string: id) -> id { in initWithString_()
886 unsafe fn URLWithString_relativeToURL_(_:Self, string: id, url: id) -> id { in URLWithString_relativeToURL_()
889 unsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id { in initWithString_relativeToURL_()
892 unsafe fn fileURLWithPath_isDirectory_(_:Self, path: id, is_dir: BOOL) -> id { in fileURLWithPath_isDirectory_()
895 unsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id { in initFileURLWithPath_isDirectory_()
898 unsafe fn fileURLWithPath_relativeToURL_(_:Self, path: id, url: id) -> id { in fileURLWithPath_relativeToURL_()
901 unsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id { in initFileURLWithPath_relativeToURL_()
904 …safe fn fileURLWithPath_isDirectory_relativeToURL_(_:Self, path: id, is_dir: BOOL, url: id) -> id { in fileURLWithPath_isDirectory_relativeToURL_()
907 …fe fn initFileURLWithPath_isDirectory_relativeToURL_(self, path: id, is_dir: BOOL, url: id) -> id { in initFileURLWithPath_isDirectory_relativeToURL_()
910 unsafe fn fileURLWithPath_(_:Self, path: id) -> id { in fileURLWithPath_()
913 unsafe fn initFileURLWithPath_(self, path: id) -> id { in initFileURLWithPath_()
916 …safe fn fileURLWithPathComponents_(_:Self, path_components: id /* (NSArray<NSString*>*) */) -> id { in fileURLWithPathComponents_()
919 …URL_options_error_(_:Self, url: id, options: NSURLBookmarkResolutionOptions, error: *mut id /* (NS… in URLByResolvingAliasFileAtURL_options_error_()
922 …ookmarkDataIsStale_error_(_:Self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
925 …_bookmarkDataIsStale_error_(self, data: id /* (NSData) */, options: NSURLBookmarkResolutionOptions… in initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_()
931 … absoluteURLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id { in absoluteURLWithDataRepresentation_relativeToURL_()
934 …nitAbsoluteURLWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id { in initAbsoluteURLWithDataRepresentation_relativeToURL_()
937 …nsafe fn URLWithDataRepresentation_relativeToURL_(_:Self, data: id /* (NSData) */, url: id) -> id { in URLWithDataRepresentation_relativeToURL_()
940 …unsafe fn initWithDataRepresentation_relativeToURL_(self, data: id /* (NSData) */, url: id) -> id { in initWithDataRepresentation_relativeToURL_()
943 unsafe fn dataRepresentation(self) -> id /* (NSData) */ { in dataRepresentation()
961 unsafe fn absoluteString(self) -> id /* (NSString) */ { in absoluteString()
964 unsafe fn absoluteURL(self) -> id /* (NSURL) */ { in absoluteURL()
967 unsafe fn baseURL(self) -> id /* (NSURL) */ { in baseURL()
971 unsafe fn fragment(self) -> id /* (NSString) */ { in fragment()
974 unsafe fn host(self) -> id /* (NSString) */ { in host()
977 unsafe fn lastPathComponent(self) -> id /* (NSString) */ { in lastPathComponent()
980 unsafe fn parameterString(self) -> id /* (NSString) */ { in parameterString()
983 unsafe fn password(self) -> id /* (NSString) */ { in password()
986 unsafe fn path(self) -> id /* (NSString) */ { in path()
989 unsafe fn pathComponents(self) -> id /* (NSArray<NSString*>) */ { in pathComponents()
992 unsafe fn pathExtension(self) -> id /* (NSString) */ { in pathExtension()
995 unsafe fn port(self) -> id /* (NSNumber) */ { in port()
998 unsafe fn query(self) -> id /* (NSString) */ { in query()
1001 unsafe fn relativePath(self) -> id /* (NSString) */ { in relativePath()
1004 unsafe fn relativeString(self) -> id /* (NSString) */ { in relativeString()
1007 unsafe fn resourceSpecifier(self) -> id /* (NSString) */ { in resourceSpecifier()
1010 unsafe fn scheme(self) -> id /* (NSString) */ { in scheme()
1013 unsafe fn standardizedURL(self) -> id /* (NSURL) */ { in standardizedURL()
1016 unsafe fn user(self) -> id /* (NSString) */ { in user()
1027 unsafe fn NSURLResourceKey(self) -> id /* (NSString) */ { in NSURLResourceKey()
1031 unsafe fn filePathURL(self) -> id { in filePathURL()
1034 unsafe fn fileReferenceURL(self) -> id { in fileReferenceURL()
1037 unsafe fn URLByAppendingPathComponent_(self, path_component: id /* (NSString) */) -> id { in URLByAppendingPathComponent_()
1040 … URLByAppendingPathComponent_isDirectory_(self, path_component: id /* (NSString) */, is_dir: BOOL)… in URLByAppendingPathComponent_isDirectory_()
1043 unsafe fn URLByAppendingPathExtension_(self, extension: id /* (NSString) */) -> id { in URLByAppendingPathExtension_()
1046 unsafe fn URLByDeletingLastPathComponent(self) -> id { in URLByDeletingLastPathComponent()
1049 unsafe fn URLByDeletingPathExtension(self) -> id { in URLByDeletingPathExtension()
1052 unsafe fn URLByResolvingSymlinksInPath(self) -> id { in URLByResolvingSymlinksInPath()
1055 unsafe fn URLByStandardizingPath(self) -> id { in URLByStandardizingPath()
1062 …kmarkDataWithContentsOfURL_error_(_:Self, url: id, error: id /* (NSError _Nullable) */) -> id /* (… in bookmarkDataWithContentsOfURL_error_()
1065 …ons: NSURLBookmarkCreationOptions, resource_value_for_keys: id /* (NSArray<NSURLResourceKey>) */, in bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_()
1069 …ons_error_(_:Self, data: id /* (NSData) */, to_url: id, options: NSURLBookmarkFileCreationOptions,… in writeBookmarkData_toURL_options_error_()
1100 name: id /* NSString */, in loadNibNamed_owner_topLevelObjects_()
1101 owner: id, in loadNibNamed_owner_topLevelObjects_()
1105 impl NSBundle for id { implementation
1111 name: id /* NSString */, in loadNibNamed_owner_topLevelObjects_()
1112 owner: id, in loadNibNamed_owner_topLevelObjects_()
1121 unsafe fn data(_: Self) -> id { in data()
1125 unsafe fn dataWithBytes_length_(_: Self, bytes: *const c_void, length: NSUInteger) -> id { in dataWithBytes_length_()
1129 unsafe fn dataWithBytesNoCopy_length_(_: Self, bytes: *const c_void, length: NSUInteger) -> id { in dataWithBytesNoCopy_length_()
1134 … length: NSUInteger, freeWhenDone: BOOL) -> id { in dataWithBytesNoCopy_length_freeWhenDone_()
1138 unsafe fn dataWithContentsOfFile_(_: Self, path: id) -> id { in dataWithContentsOfFile_()
1142 unsafe fn dataWithContentsOfFile_options_error_(_: Self, path: id, mask: NSDataReadingOptions, in dataWithContentsOfFile_options_error_()
1143 errorPtr: *mut id) -> id { in dataWithContentsOfFile_options_error_()
1147 unsafe fn dataWithContentsOfURL_(_: Self, aURL: id) -> id { in dataWithContentsOfURL_()
1151 unsafe fn dataWithContentsOfURL_options_error_(_: Self, aURL: id, mask: NSDataReadingOptions, in dataWithContentsOfURL_options_error_()
1152 errorPtr: *mut id) -> id { in dataWithContentsOfURL_options_error_()
1156 unsafe fn dataWithData_(_: Self, aData: id) -> id { in dataWithData_()
1160 …unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, options: NSDataBase64DecodingOp… in initWithBase64EncodedData_options_()
1161 -> id; in initWithBase64EncodedData_options_()
1162 …unsafe fn initWithBase64EncodedString_options_(self, base64String: id, options: NSDataBase64Decodi… in initWithBase64EncodedString_options_()
1163 -> id; in initWithBase64EncodedString_options_()
1164 unsafe fn initWithBytes_length_(self, bytes: *const c_void, length: NSUInteger) -> id; in initWithBytes_length_()
1165 unsafe fn initWithBytesNoCopy_length_(self, bytes: *const c_void, length: NSUInteger) -> id; in initWithBytesNoCopy_length_()
1168 -> id; in initWithBytesNoCopy_length_deallocator_()
1170 … length: NSUInteger, freeWhenDone: BOOL) -> id; in initWithBytesNoCopy_length_freeWhenDone_()
1171 unsafe fn initWithContentsOfFile_(self, path: id) -> id; in initWithContentsOfFile_()
1172 …unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfFile_options_error()
1173 -> id; in initWithContentsOfFile_options_error()
1174 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; in initWithContentsOfURL_()
1175 …unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfURL_options_error_()
1176 -> id; in initWithContentsOfURL_options_error_()
1177 unsafe fn initWithData_(self, data: id) -> id; in initWithData_()
1180 unsafe fn description(self) -> id; in description()
1184 unsafe fn subdataWithRange_(self, range: NSRange) -> id; in subdataWithRange_()
1185 …unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NSDataSearchOptions, searchRan… in rangeOfData_options_range_()
1188 unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64EncodingOptions) -> id; in base64EncodedDataWithOptions_()
1189 unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64EncodingOptions) -> id; in base64EncodedStringWithOptions_()
1191 unsafe fn isEqualToData_(self, otherData: id) -> id; in isEqualToData_()
1194 unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL; in writeToFile_atomically_()
1195 …unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWritingOptions, errorPtr: *mut id… in writeToFile_options_error_()
1196 unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL; in writeToURL_atomically_()
1197 …unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritingOptions, errorPtr: *mut id)… in writeToURL_options_error_()
1200 impl NSData for id { implementation
1201 …unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, options: NSDataBase64DecodingOp… in initWithBase64EncodedData_options_()
1202 -> id { in initWithBase64EncodedData_options_()
1206 …unsafe fn initWithBase64EncodedString_options_(self, base64String: id, options: NSDataBase64Decodi… in initWithBase64EncodedString_options_()
1207 -> id { in initWithBase64EncodedString_options_()
1211 unsafe fn initWithBytes_length_(self, bytes: *const c_void, length: NSUInteger) -> id { in initWithBytes_length_()
1215 unsafe fn initWithBytesNoCopy_length_(self, bytes: *const c_void, length: NSUInteger) -> id { in initWithBytesNoCopy_length_()
1221 -> id { in initWithBytesNoCopy_length_deallocator_()
1226 … length: NSUInteger, freeWhenDone: BOOL) -> id { in initWithBytesNoCopy_length_freeWhenDone_()
1230 unsafe fn initWithContentsOfFile_(self, path: id) -> id { in initWithContentsOfFile_()
1234 …unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfFile_options_error()
1235 -> id { in initWithContentsOfFile_options_error()
1239 unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { in initWithContentsOfURL_()
1243 …unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: NSDataReadingOptions, errorPt… in initWithContentsOfURL_options_error_()
1244 -> id { in initWithContentsOfURL_options_error_()
1248 unsafe fn initWithData_(self, data: id) -> id { in initWithData_()
1256 unsafe fn description(self) -> id { in description()
1272 unsafe fn subdataWithRange_(self, range: NSRange) -> id { in subdataWithRange_()
1276 …unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NSDataSearchOptions, searchRan… in rangeOfData_options_range_()
1281 unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64EncodingOptions) -> id { in base64EncodedDataWithOptions_()
1285 unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64EncodingOptions) -> id { in base64EncodedStringWithOptions_()
1289 unsafe fn isEqualToData_(self, otherData: id) -> id { in isEqualToData_()
1297 unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL { in writeToFile_atomically_()
1301 …unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWritingOptions, errorPtr: *mut id… in writeToFile_options_error_()
1305 unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL { in writeToURL_atomically_()
1309 …unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritingOptions, errorPtr: *mut id)… in writeToURL_options_error_()
1354 unsafe fn setBool_forKey_(self, value: BOOL, key: id); in setBool_forKey_()
1357 unsafe fn removeObject_forKey_(self, key: id); in removeObject_forKey_()
1360 impl NSUserDefaults for id { implementation
1365 unsafe fn setBool_forKey_(self, value: BOOL, key: id) { in setBool_forKey_()
1373 unsafe fn removeObject_forKey_(self, key: id) { in removeObject_forKey_()