Home
last modified time | relevance | path

Searched refs:indexOfObjectIdenticalTo (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DMessageComposition.m459 int newIndex = [recipients indexOfObjectIdenticalTo: [ccRcpts objectAtIndex:index]];
498 int newIndex = [recipients indexOfObjectIdenticalTo: [ccRcpts objectAtIndex: index]];
519 int newIndex = [recipients indexOfObjectIdenticalTo: [ccRcpts objectAtIndex: index]];
550 int newIndex = [recipients indexOfObjectIdenticalTo: [bccRcpts objectAtIndex:index]];
589 int newIndex = [recipients indexOfObjectIdenticalTo: [bccRcpts objectAtIndex: index]];
610 int newIndex = [recipients indexOfObjectIdenticalTo:[bccRcpts objectAtIndex:index]];
642 int newIndex = [recipients indexOfObjectIdenticalTo:[toRcpts objectAtIndex:index]];
682 int newIndex = [recipients indexOfObjectIdenticalTo:[toRcpts objectAtIndex:index]];
703 int newIndex = [recipients indexOfObjectIdenticalTo:[toRcpts objectAtIndex:index]];
805 index = [messageCompositions indexOfObjectIdenticalTo:self];
[all …]
/dports/cad/ldview/ldview-4.4/TCFoundation/
H A DTCTypedObjectArray.h30 int indexOfObjectIdenticalTo(Type* object) const in indexOfObjectIdenticalTo() function
31 { return TCObjectArray::indexOfObjectIdenticalTo(object); } in indexOfObjectIdenticalTo()
H A DTCObjectArray.cpp89 int TCObjectArray::indexOfObjectIdenticalTo(TCObject* object) const in indexOfObjectIdenticalTo() function in TCObjectArray
120 return removeObjectAtIndex(indexOfObjectIdenticalTo(object)); in removeObjectIdenticalTo()
H A DTCObjectArray.h16 int indexOfObjectIdenticalTo(TCObject*) const;
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/include/
H A DArray.h171 - (unsigned) indexOfObjectIdenticalTo: (id)anObject;
180 - (unsigned) indexOfObjectIdenticalTo: (id)anObject
/dports/news/lusernet/LuserNET-0.4.2/
H A DPreferencesWindowController.m151 int idx=[pref_boxes indexOfObjectIdenticalTo: pb];
158 [[pref_buttons objectAtIndex: [pref_boxes indexOfObjectIdenticalTo: current]] setState: 0];
174 int idx=[pref_buttons indexOfObjectIdenticalTo: sender];
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormGenericEditor.m69 && [objects indexOfObjectIdenticalTo: anObject] == NSNotFound)
120 if ([objects indexOfObjectIdenticalTo: object] == NSNotFound)
248 NSUInteger pos = [objects indexOfObjectIdenticalTo: anObject];
322 pos = [objects indexOfObjectIdenticalTo: anObject];
/dports/x11/terminal.app/Terminal-0.9.9/
H A DPreferencesWindowController.m177 idx = [pref_boxes indexOfObjectIdenticalTo: pb];
186 [[pref_buttons objectAtIndex: [pref_boxes indexOfObjectIdenticalTo: current]] setState: 0];
204 idx = [pref_buttons indexOfObjectIdenticalTo: sender];
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/objc/Framework/Classes/
H A DRTCMediaStream.mm62 NSUInteger index = [_audioTracks indexOfObjectIdenticalTo:audioTrack];
72 NSUInteger index = [_videoTracks indexOfObjectIdenticalTo:videoTrack];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm63 NSUInteger index = [_audioTracks indexOfObjectIdenticalTo:audioTrack];
73 NSUInteger index = [_videoTracks indexOfObjectIdenticalTo:videoTrack];
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm63 NSUInteger index = [_audioTracks indexOfObjectIdenticalTo:audioTrack];
73 NSUInteger index = [_videoTracks indexOfObjectIdenticalTo:videoTrack];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm63 NSUInteger index = [_audioTracks indexOfObjectIdenticalTo:audioTrack];
73 NSUInteger index = [_videoTracks indexOfObjectIdenticalTo:videoTrack];
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSMutableArray/
H A Dgeneral.m29 PASS(vals3 != nil && [vals3 indexOfObjectIdenticalTo:val2],
30 "-indexOfObjectIdenticalTo: finds identical object");
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSArray/
H A Dgeneral.m25 PASS(vals3 != nil && [vals3 indexOfObjectIdenticalTo:val2],
26 "-indexOfObjectIdenticalTo: finds identical object");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSArray.java48 public long indexOfObjectIdenticalTo(id anObject) { in indexOfObjectIdenticalTo() method in NSArray
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSArray.inc66 … function indexOfObjectIdenticalTo (anObject: id): NSUInteger; message 'indexOfObjectIdenticalTo:';
67 …To_inRange (anObject: id; range: NSRange): NSUInteger; message 'indexOfObjectIdenticalTo:inRange:';
/dports/devel/performance/Performance-0.5.0/
H A DGSIOThreadPool.m180 if ([threads indexOfObjectIdenticalTo: aThread] != NSNotFound)
251 if ([threads indexOfObjectIdenticalTo: aThread] != NSNotFound)
/dports/devel/sope2/SOPE/sope-gdl1/GDLAccess/
H A DEOArrayProxy.m179 - (NSUInteger)indexOfObjectIdenticalTo:(id)_object {
181 return [self->content indexOfObjectIdenticalTo:_object];
/dports/devel/sope/SOPE/sope-gdl1/GDLAccess/
H A DEOArrayProxy.m179 - (NSUInteger)indexOfObjectIdenticalTo:(id)_object {
181 return [self->content indexOfObjectIdenticalTo:_object];
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSArray.h91 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
92 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSArray.h91 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
92 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSArray.h91 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
92 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSArray.h91 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
92 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSArray.h89 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
90 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSArray.h91 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject;
92 - (NSUInteger) indexOfObjectIdenticalTo: (GS_GENERIC_TYPE(ElementT))anObject

1234567