Lines Matching defs:void

203       nsrefcnt AddRef(void);
204 nsrefcnt Release(void);
208 void operator delete( void*, size_t ); // NOT TO BE IMPLEMENTED
334 virtual nsresult NS_FASTCALL operator()( const nsIID&, void** ) const = 0;
353 nsresult NS_FASTCALL operator()( const nsIID& aIID, void** ) const;
369 nsresult NS_FASTCALL operator()( const nsIID& aIID, void** ) const;
392 void
402 void
422 template <> class Foo<void*> { ... };
423 template <class T> class Foo<T*> : private Foo<void*> { ... };
436 NS_COM void NS_FASTCALL assign_with_AddRef( nsISupports* );
437 NS_COM void NS_FASTCALL assign_from_qi( const nsQueryInterface, const nsIID& );
438 NS_COM void NS_FASTCALL assign_from_qi_with_error( const nsQueryInterfaceWithError&, const nsIID& );
439 NS_COM void NS_FASTCALL assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
440 NS_COM void** NS_FASTCALL begin_assignment();
445 void
480 void assign_with_AddRef( nsISupports* );
481 void assign_from_qi( const nsQueryInterface, const nsIID& );
482 void assign_from_qi_with_error( const nsQueryInterfaceWithError&, const nsIID& );
483 void assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
484 void** begin_assignment();
486 void
514 void
647 void
665 void
775 same way people use |nsISupports*| and |void*|, i.e., as a `catch-all' pointer pointing
900 void
913 void
1017 void
1026 void
1030 if ( NS_FAILED( qi(aIID, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
1036 void
1040 if ( NS_FAILED( qi(aIID, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
1046 void
1050 if ( NS_FAILED( helper(aIID, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
1056 void**
1060 return NS_REINTERPRET_CAST(void**, &mRawPtr);
1110 a |void**|, a |T**|, or an |nsISupports**| as needed, that the outer call (|QueryInterface| in this
1128 NSCAP_LOG_ASSIGNMENT(NS_REINTERPRET_CAST(void *, address_of(mTargetSmartPtr)), mTargetSmartPtr.get());
1137 operator void**()
1139 return NS_REINTERPRET_CAST(void**, mTargetSmartPtr.StartAssignment());
1177 NSCAP_LOG_ASSIGNMENT(NS_REINTERPRET_CAST(void *, address_of(mTargetSmartPtr)), mTargetSmartPtr.get());
1181 operator void**()
1183 return NS_REINTERPRET_CAST(void**, mTargetSmartPtr.StartAssignment());
1330 return NS_STATIC_CAST(const void*, lhs.get()) == NS_REINTERPRET_CAST(const void*, rhs);
1339 return NS_REINTERPRET_CAST(const void*, lhs) == NS_STATIC_CAST(const void*, rhs.get());
1348 return NS_STATIC_CAST(const void*, lhs.get()) != NS_REINTERPRET_CAST(const void*, rhs);
1357 return NS_REINTERPRET_CAST(const void*, lhs) != NS_STATIC_CAST(const void*, rhs.get());
1372 return NS_STATIC_CAST(const void*, lhs.get()) == NS_REINTERPRET_CAST(const void*, rhs);
1381 return NS_REINTERPRET_CAST(const void*, lhs) == NS_STATIC_CAST(const void*, rhs.get());