Searched refs:assign_from_helper (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp111 nsCOMPtr_base::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& iid ) function in class:nsCOMPtr_base
H A DnsCOMPtr.h439 NS_COM void NS_FASTCALL assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
483 void assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
588 assign_from_helper(helper, NS_GET_IID(T));
642 assign_from_helper(rhs, NS_GET_IID(T));
845 assign_from_helper(helper, NS_GET_IID(nsISupports));
896 assign_from_helper(rhs, NS_GET_IID(nsISupports));
1047 nsCOMPtr<T>::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& aIID ) function in class:nsCOMPtr

Completed in 53 milliseconds