HomeSort by relevance Sort by last modified time
    Searched defs:TimeValue (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Host/
TimeValue.h 1 //===-- TimeValue.h ---------------------------------------------*- C++ -*-===//
30 class TimeValue
40 TimeValue();
41 TimeValue(const TimeValue& rhs);
42 TimeValue(const struct timespec& ts);
43 TimeValue(const struct timeval& tv);
44 ~TimeValue();
49 const TimeValue&
50 operator=(const TimeValue& rhs)
    [all...]
  /external/lldb/source/Host/common/
TimeValue.cpp 1 //===-- TimeValue.cpp -------------------------------------------*- C++ -*-===//
10 #include "lldb/Host/TimeValue.h"
25 // TimeValue constructor
27 TimeValue::TimeValue() :
33 // TimeValue copy constructor
35 TimeValue::TimeValue(const TimeValue& rhs) :
40 TimeValue::TimeValue(const struct timespec& ts)
    [all...]
  /external/llvm/include/llvm/Support/
TimeValue.h 1 //===-- TimeValue.h - Declare OS TimeValue Concept --------------*- C++ -*-===//
10 // This header file declares the operating system TimeValue concept.
23 /// range of TimeValue spans many hundreds of billions of years both past and
24 /// present. The precision of TimeValue is to the nanosecond. However, the
26 /// the system clock. The TimeValue class is used in conjunction with several
31 class TimeValue {
37 /// A constant TimeValue representing the smallest time
41 static const TimeValue MinTime;
43 /// A constant TimeValue representing the largest tim
    [all...]

Completed in 186 milliseconds