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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTime.h76 * Construct a time from a PRTime.
78 nsTime(const PRTime aTime) : nsInt64(aTime) {
104 * Convert a nsTime object to a PRTime
106 operator PRTime(void) const {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.h99 PRTime gmt;
103 RCTime(PRTime); /* construct from raw PRTime */
104 void operator=(PRTime); /* assign from raw PRTime */
105 operator PRTime() const; /* extract internal representation */
111 inline RCTime::operator PRTime() const { return gmt; }
113 inline void RCTime::operator=(PRTime his) { gmt = his; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h79 * PRTime --
89 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
93 typedef PRInt64 PRTime; typedef
120 * The corresponding type in NSPR 1.0 is called PRTime. Below is
124 * NSPR 1.0 PRInt64 PRTime
125 * NSPR 2.0 PRTime PRExplodedTime
191 PRTime __pascal __export __loadds
193 NSPR_API(PRTime)
200 * - From given PRTime, calculate PRExplodedTime in GMT
208 PRTime usec
[all...]

Completed in 650 milliseconds