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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp75 inline wxString DeepCopy(const wxString& str) function
102 result = DeepCopy(filename);
264 m_filesystem = DeepCopy(filename);
274 m_filesystem = DeepCopy(filename);
281 m_printable = DeepCopy(filename);
291 : m_printable(DeepCopy(other.m_printable))
292 , m_filesystem(DeepCopy(other.m_filesystem))
321 m_printable = DeepCopy(other.m_printable);
322 m_filesystem = DeepCopy(other.m_filesystem);
399 return DeepCopy(m_filesyste
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.h63 inline ValueType DeepCopy(const ValueType& value) function in namespace:MuleNotify
68 /** Special DeepCopy for wxString, which uses reference counting. */
69 inline wxString DeepCopy(const wxString& value) function in namespace:MuleNotify
241 m_arg(DeepCopy(arg))
270 m_arg1(DeepCopy(arg1)),
271 m_arg2(DeepCopy(arg2))
301 m_arg1(DeepCopy(arg1)),
302 m_arg2(DeepCopy(arg2)),
303 m_arg3(DeepCopy(arg3))

Completed in 132 milliseconds