Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dtime.h42 TimePoint(const T& time) { you_need_a_specialization_of_TimePoint(); } in TimePoint() function
55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DChrono.h33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/external/libcxxabi/test/support/
Dtimer.hpp22 typedef Clock::time_point TimePoint; typedef in timer
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
Dop_-duration.pass.cpp26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef