Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/support/
Dtime.h54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DChrono.h33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DChrono.h33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/third_party/libabigail/tests/lib/
Dcatch.hpp6465 using TimePoint = typename Clock::time_point; typedef