Searched refs:ArgB (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/
H A DOtherFunctions.h44 * @param ArgB The value to compare ArgA against.
49 * is less than ArgB, zero if ArgA is equal to ArgB and a positive value if
50 * ArgA is greater than ArgB.
53 int CmpAny(const TYPE& ArgA, const TYPE& ArgB) argument
55 if ( ArgA < ArgB ) {
57 } else if ( ArgB < ArgA ) {
65 inline int CmpAny(const wxString& ArgA, const wxString& ArgB) argument
67 if (ArgA.IsEmpty() && !ArgB.IsEmpty()) {
69 } else if (!ArgA.IsEmpty() && ArgB
79 CmpAny(const wxChar* ArgA, const wxChar* ArgB) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.h207 friend int CmpAny(const CPath& ArgA, const CPath& ArgB);
222 inline int CmpAny(const CPath& ArgA, const CPath& ArgB) argument
224 return ArgA.m_printable.CmpNoCase(ArgB.m_printable);

Completed in 121 milliseconds