Searched refs:NS_REINTERPRET_CAST (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstringTuple.cpp45 ? NS_REINTERPRET_CAST(const abstract_string_type*, \
47 : *NS_REINTERPRET_CAST(const substring_type*, (_v)) )
H A DnsTObsoleteAStringThunk.cpp63 substring_type* concrete_self() { return NS_REINTERPRET_CAST( substring_type*, this); }
64 const substring_type* concrete_self() const { return NS_REINTERPRET_CAST(const substring_type*, this); }
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadPtr.h79 NS_REINTERPRET_CAST(nsISupports**,
82 return NS_REINTERPRET_CAST(nsDerivedSafe<T>*, this->mRawPtr);
94 NS_REINTERPRET_CAST(nsISupports**,
107 NS_REINTERPRET_CAST(nsISupports*,
H A DnsDirectoryServiceUtils.h58 NS_REINTERPRET_CAST(void**, result));
H A DnsBinaryStream.cpp150 rv = Write(NS_REINTERPRET_CAST(char*, &a64), sizeof a64, &bytesWritten);
162 return Write32(*NS_REINTERPRET_CAST(PRUint32*, &aFloat));
170 return Write64(*NS_REINTERPRET_CAST(PRUint64*, &aDouble));
200 rv = WriteBytes(NS_REINTERPRET_CAST(const char*, aString), byteCount);
207 copy = NS_REINTERPRET_CAST(PRUnichar*, nsMemory::Alloc(byteCount));
214 rv = WriteBytes(NS_REINTERPRET_CAST(const char*, copy), byteCount);
245 return WriteBytes(NS_REINTERPRET_CAST(char *, aBytes), aLength);
329 NS_REINTERPRET_CAST(ReadSegmentsClosure*, aClosure);
379 rv = Read(NS_REINTERPRET_CAST(char*, aByte), sizeof(*aByte), &bytesRead);
392 rv = Read(NS_REINTERPRET_CAST(cha
[all...]
H A DnsFastLoadFile.cpp145 W = *NS_REINTERPRET_CAST(const PRUint32*, aBuffer);
168 W = *NS_REINTERPRET_CAST(const PRUint32*, aBuffer);
277 rv = Read(NS_REINTERPRET_CAST(char*, aHeader), sizeof *aHeader, &bytesRead);
678 NS_REINTERPRET_CAST(PRUint8*, buf),
689 NS_REINTERPRET_CAST(PRUint8*, buf),
798 rv = Read64(NS_REINTERPRET_CAST(PRUint64*, &fastLoadMtime));
873 rv = Read(NS_REINTERPRET_CAST(char*, aID->m3), sizeof aID->m3, &bytesRead);
1155 NS_REINTERPRET_CAST(void**, aObject));
1249 const nsID *idp = NS_REINTERPRET_CAST(const nsID*, aKey);
1260 const nsID *idp = NS_REINTERPRET_CAST(cons
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp96 if ( NS_FAILED( qi(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
105 if ( NS_FAILED( qi(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
114 if ( NS_FAILED( helper(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
123 return NS_REINTERPRET_CAST(void**, &mRawPtr);
H A DnsIInterfaceRequestorUtils.h55 NS_REINTERPRET_CAST(void**, aDestination));
H A DnsCOMPtr.h676 rhs = NS_REINTERPRET_CAST(T*, mRawPtr);
693 return NS_REINTERPRET_CAST(nsDerivedSafe<T>*, mRawPtr);
763 return NS_REINTERPRET_CAST(T**, begin_assignment());
766 return NS_REINTERPRET_CAST(T**, &mRawPtr);
936 return NS_REINTERPRET_CAST(nsDerivedSafe<nsISupports>*, mRawPtr);
1007 return NS_REINTERPRET_CAST(nsISupports**, begin_assignment());
1010 return NS_REINTERPRET_CAST(nsISupports**, &mRawPtr);
1022 assign_assuming_AddRef(NS_REINTERPRET_CAST(T*, rawPtr));
1030 if ( NS_FAILED( qi(aIID, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
1040 if ( NS_FAILED( qi(aIID, NS_REINTERPRET_CAST(voi
[all...]
H A DnsServiceManagerUtils.h160 NS_REINTERPRET_CAST(void**, aDestination));
180 NS_REINTERPRET_CAST(void**, aDestination));
H A DnsISupportsUtils.h225 NS_REINTERPRET_CAST(void**, aDestination));
H A DnsIWeakReferenceUtils.h63 NS_REINTERPRET_CAST(void**, aDestination));
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsLiteralString.h83 #define NS_MULTILINE_LITERAL_STRING(s) nsDependentString(NS_REINTERPRET_CAST(const nsAString::char_type*, s), PRUint32((sizeof(s)/sizeof(wchar_t))-1))
84 #define NS_MULTILINE_LITERAL_STRING_INIT(n,s) n(NS_REINTERPRET_CAST(const nsAString::char_type*, s), PRUint32((sizeof(s)/sizeof(wchar_t))-1))
85 #define NS_NAMED_MULTILINE_LITERAL_STRING(n,s) const nsDependentString n(NS_REINTERPRET_CAST(const nsAString::char_type*, s), PRUint32((sizeof(s)/sizeof(wchar_t))-1))
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerUtils.h140 NS_REINTERPRET_CAST(void**, aDestination));
153 NS_REINTERPRET_CAST(void**, aDestination));
169 NS_REINTERPRET_CAST(void**, aDestination));
183 NS_REINTERPRET_CAST(void**, aDestination));
H A DnsIServiceManagerUtils.h162 NS_REINTERPRET_CAST(void**, aDestination));
182 NS_REINTERPRET_CAST(void**, aDestination));
H A DnsIServiceManagerObsolete.h217 NS_REINTERPRET_CAST(nsISupports**, aDestination),
233 NS_REINTERPRET_CAST(nsISupports**, aDestination),
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.h163 NS_REINTERPRET_CAST(EntryType*,
371 return EntryType::HashKey(NS_REINTERPRET_CAST(const KeyTypePointer, key));
381 NS_REINTERPRET_CAST(const KeyTypePointer, key));
391 NS_CONST_CAST(EntryType*, NS_REINTERPRET_CAST(const EntryType*, from));
403 NS_REINTERPRET_CAST(EntryType*,entry)->~EntryType();
412 new(entry) EntryType(NS_REINTERPRET_CAST(KeyTypePointer,key));
424 return (* NS_REINTERPRET_CAST(s_EnumArgs*,arg)->userFunc)(
425 NS_REINTERPRET_CAST(EntryType*,entry),
426 NS_REINTERPRET_CAST(s_EnumArgs*,arg)->userArg);
H A DnsCOMArray.cpp76 do_QueryInterface(NS_REINTERPRET_CAST(nsISupports*,mArray.ElementAt(i)));
111 NS_REINTERPRET_CAST(nsISupports*, mArray.SafeElementAt(aIndex));
H A DnsCppSharedAllocator.h72 return NS_REINTERPRET_CAST(pointer, nsMemory::Alloc(NS_STATIC_CAST(PRUint32, n*sizeof(T))));
H A DnsVoidArray.cpp166 PR_Free(NS_REINTERPRET_CAST(char *, mImpl));
187 Impl* newImpl = NS_REINTERPRET_CAST(Impl*, bytes);
215 Impl* newImpl = NS_REINTERPRET_CAST(Impl*, bytes);
349 PR_Free(NS_REINTERPRET_CAST(char*, mImpl));
361 PR_Free(NS_REINTERPRET_CAST(char*, mImpl));
681 SetArray(NS_REINTERPRET_CAST(Impl*, mAutoBuf),kAutoBufSize,0,PR_FALSE);
701 SetArray(NS_REINTERPRET_CAST(Impl*, mAutoBuf),kAutoBufSize,0,PR_FALSE);
712 SetArray(NS_REINTERPRET_CAST(Impl*, mAutoBuf),kAutoBufSize,0,PR_FALSE);
863 nsVoidArray::Sort(NS_REINTERPRET_CAST(nsVoidArrayComparatorFunc, aFunc), aData);
1109 nsVoidArray::Sort(NS_REINTERPRET_CAST(nsVoidArrayComparatorFun
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCallTemplates.cpp91 nsISupports *mySupportsPtr = NS_REINTERPRET_CAST(nsISupports*, 0x1000);
97 NS_REINTERPRET_CAST(nsTestService*, mySupportsPtr);
H A DTestObserverService.cpp95 printString(NS_REINTERPRET_CAST(TestObserver*, NS_REINTERPRET_CAST(void*, aSubject))->mName);
159 printString(NS_REINTERPRET_CAST(TestObserver*,
160 NS_REINTERPRET_CAST(void*, observer.get()))->mName);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h63 return NS_REINTERPRET_CAST(void**, &mRawPtr);
208 return NS_REINTERPRET_CAST(T**, begin_assignment());
211 return NS_REINTERPRET_CAST(T**, &mRawPtr);
278 return NS_REINTERPRET_CAST(void**, mTargetSmartPtr.StartAssignment());
415 return NS_STATIC_CAST(const void*, lhs.get()) == NS_REINTERPRET_CAST(const void*, rhs);
424 return NS_REINTERPRET_CAST(const void*, lhs) == NS_STATIC_CAST(const void*, rhs.get());
433 return NS_STATIC_CAST(const void*, lhs.get()) != NS_REINTERPRET_CAST(const void*, rhs);
442 return NS_REINTERPRET_CAST(const void*, lhs) != NS_STATIC_CAST(const void*, rhs.get());
457 return NS_STATIC_CAST(const void*, lhs.get()) == NS_REINTERPRET_CAST(const void*, rhs);
466 return NS_REINTERPRET_CAST(cons
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsStringAPI.cpp63 NS_REINTERPRET_CAST(nsString *, &aContainer)->~nsString();
148 NS_REINTERPRET_CAST(nsCString *, &aContainer)->~nsCString();
/vbox/src/libs/xpcom18a4/xpcom/stub/
H A DnsStringAPI.cpp63 NS_REINTERPRET_CAST(nsString *, &aContainer)->~nsString();
148 NS_REINTERPRET_CAST(nsCString *, &aContainer)->~nsCString();

Completed in 842 milliseconds

12