• Home
  • Raw
  • Download

Lines Matching refs:TimeValue

27 TimeValue::TimeValue() :  in TimeValue()  function in TimeValue
35 TimeValue::TimeValue(const TimeValue& rhs) : in TimeValue() function in TimeValue
40 TimeValue::TimeValue(const struct timespec& ts) : in TimeValue() function in TimeValue
45 TimeValue::TimeValue(const struct timeval& tv) : in TimeValue() function in TimeValue
53 TimeValue::~TimeValue() in ~TimeValue()
59 TimeValue::GetAsNanoSecondsSinceJan1_1970() const in GetAsNanoSecondsSinceJan1_1970()
65 TimeValue::GetAsMicroSecondsSinceJan1_1970() const in GetAsMicroSecondsSinceJan1_1970()
71 TimeValue::GetAsSecondsSinceJan1_1970() const in GetAsSecondsSinceJan1_1970()
79 TimeValue::GetAsTimeSpec () const in GetAsTimeSpec()
88 TimeValue::GetAsTimeVal () const in GetAsTimeVal()
97 TimeValue::Clear () in Clear()
103 TimeValue::IsValid () const in IsValid()
109 TimeValue::OffsetWithSeconds (uint64_t sec) in OffsetWithSeconds()
115 TimeValue::OffsetWithMicroSeconds (uint64_t usec) in OffsetWithMicroSeconds()
121 TimeValue::OffsetWithNanoSeconds (uint64_t nsec) in OffsetWithNanoSeconds()
126 TimeValue
127 TimeValue::Now() in Now()
131 TimeValue now(tv); in Now()
138 const TimeValue&
139 TimeValue::operator=(const TimeValue& rhs) in operator =()
146 TimeValue::Dump (Stream *s, uint32_t width) const in Dump()
169 lldb_private::operator == (const TimeValue &lhs, const TimeValue &rhs) in operator ==()
175 lldb_private::operator != (const TimeValue &lhs, const TimeValue &rhs) in operator !=()
181 lldb_private::operator < (const TimeValue &lhs, const TimeValue &rhs) in operator <()
187 lldb_private::operator <= (const TimeValue &lhs, const TimeValue &rhs) in operator <=()
193 lldb_private::operator > (const TimeValue &lhs, const TimeValue &rhs) in operator >()
199 lldb_private::operator >= (const TimeValue &lhs, const TimeValue &rhs) in operator >=()
205 lldb_private::operator - (const TimeValue &lhs, const TimeValue &rhs) in operator -()