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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTime.h115 operator <(const nsTime& aTime1, const nsTime& aTime2) { argument
116 return aTime1.mValue < aTime2.mValue;
123 operator <=(const nsTime& aTime1, const nsTime& aTime2) { argument
124 return aTime1.mValue <= aTime2.mValue;
131 operator >(const nsTime& aTime1, const nsTime& aTime2) { argument
132 return aTime1.mValue > aTime2.mValue;
139 operator >=(const nsTime& aTime1, const nsTime& aTime2) { argument
140 return aTime1.mValue >= aTime2.mValue;

Completed in 53 milliseconds