Searched defs:nsCOMPtr_base (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp77 nsCOMPtr_base::~nsCOMPtr_base()
85 nsCOMPtr_base::assign_with_AddRef( nsISupports* rawPtr )
93 nsCOMPtr_base::assign_from_qi( const nsQueryInterface qi, const nsIID& iid )
102 nsCOMPtr_base::assign_from_qi_with_error( const nsQueryInterfaceWithError& qi, const nsIID& iid )
111 nsCOMPtr_base::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& iid )
120 nsCOMPtr_base::begin_assignment()
H A DnsCOMPtr.h111 // Our use of nsCOMPtr_base::mRawPtr violates the C++ standard's aliasing
412 class nsCOMPtr_base class
428 nsCOMPtr_base( nsISupports* rawPtr = 0 ) function in class:nsCOMPtr_base
434 NS_COM NS_FASTCALL ~nsCOMPtr_base();
470 : private nsCOMPtr_base
475 #define NSCAP_CTOR_BASE(x) nsCOMPtr_base(x)
784 : private nsCOMPtr_base
792 : nsCOMPtr_base(0)
799 : nsCOMPtr_base(aSmartPtr.mRawPtr)
808 : nsCOMPtr_base(aRawPt
[all...]

Completed in 55 milliseconds