Home
last modified time | relevance | path

Searched refs:GetAsNanoSecondsSinceJan1_1970 (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Host/common/
DTimeValue.cpp59 TimeValue::GetAsNanoSecondsSinceJan1_1970() const in GetAsNanoSecondsSinceJan1_1970() function in TimeValue
171 return lhs.GetAsNanoSecondsSinceJan1_1970() == rhs.GetAsNanoSecondsSinceJan1_1970(); in operator ==()
177 return lhs.GetAsNanoSecondsSinceJan1_1970() != rhs.GetAsNanoSecondsSinceJan1_1970(); in operator !=()
183 return lhs.GetAsNanoSecondsSinceJan1_1970() < rhs.GetAsNanoSecondsSinceJan1_1970(); in operator <()
189 return lhs.GetAsNanoSecondsSinceJan1_1970() <= rhs.GetAsNanoSecondsSinceJan1_1970(); in operator <=()
195 return lhs.GetAsNanoSecondsSinceJan1_1970() > rhs.GetAsNanoSecondsSinceJan1_1970(); in operator >()
201 return lhs.GetAsNanoSecondsSinceJan1_1970() >= rhs.GetAsNanoSecondsSinceJan1_1970(); in operator >=()
207 return lhs.GetAsNanoSecondsSinceJan1_1970() - rhs.GetAsNanoSecondsSinceJan1_1970(); in operator -()
/external/lldb/include/lldb/Host/
DTimeValue.h56 GetAsNanoSecondsSinceJan1_1970() const;
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2075 …total_time_nsec = end_time.GetAsNanoSecondsSinceJan1_1970() - start_time.GetAsNanoSecondsSinceJan1… in TestPacketSpeed()
2099 …total_time_nsec = end_time.GetAsNanoSecondsSinceJan1_1970() - start_time.GetAsNanoSecondsSinceJan1… in TestPacketSpeed()