Searched defs:that_p (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/com/
H A Dptr.h157 ComPtr(T *that_p) argument
159 copyFrom(that_p);
438 ComObjPtr(T *that_p) argument
439 : ComPtr<T>(that_p)
448 ComObjPtr& operator=(T *that_p) argument
450 ComPtr<T>::operator=(that_p);
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp660 void safe_assign(Held *that_p) argument
662 if (that_p)
663 that_p->addRef();
665 held = that_p;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp813 ComPtrBase (C *that_p) : p (that_p) { addref(); } argument
823 ComPtrBase &operator= (C *that_p) argument
825 safe_assign (that_p);
844 bool operator< (C* that_p) const { return p < that_p; }
845 bool operator== (C* that_p) const { return p == that_p; }
912 void safe_assign (C *that_p) argument
915 if (that_p)
946 ComPtr(OI *that_p) argument
949 ComPtr(I *that_p) argument
955 operator =(OI *that_p) argument
965 operator =(I *that_p) argument
[all...]

Completed in 62 milliseconds