Home
last modified time | relevance | path

Searched refs:raw_time (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dalarm.h52 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Alarm()
61 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Set()
86 SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), std::move(f)); in Set()
102 alarm_->SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), in Set()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dalarm.h52 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Alarm()
61 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Set()
86 SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), std::move(f)); in Set()
102 alarm_->SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), in Set()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dtime.h47 gpr_timespec raw_time() = delete;
55 gpr_timespec raw_time() { return time_; } in raw_time() function
81 gpr_timespec raw_time() const { return time_; } in raw_time() function
Dchannel_interface.h84 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange()
92 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
Dserver_interface.h103 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
Dcompletion_queue.h197 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
Dclient_context.h268 deadline_ = deadline_tp.raw_time(); in set_deadline()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dtime.h47 gpr_timespec raw_time() = delete;
55 gpr_timespec raw_time() { return time_; } in raw_time() function
81 gpr_timespec raw_time() const { return time_; } in raw_time() function
Dchannel_interface.h84 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange()
92 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
Dserver_interface.h103 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
Dcompletion_queue.h197 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
Dclient_context.h268 deadline_ = deadline_tp.raw_time(); in set_deadline()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dtime.h43 gpr_timespec raw_time() { in raw_time() function
56 gpr_timespec raw_time() { return time_; } in raw_time() function
81 gpr_timespec raw_time() const { return time_; } in raw_time() function
Dchannel_interface.h70 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange()
78 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
Dserver_interface.h86 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
Dclient_context.h231 deadline_ = deadline_tp.raw_time(); in set_deadline()
Dcompletion_queue.h190 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
/external/perfetto/src/base/
Dtime.cc72 time_t raw_time; in GetTimeFmt() local
73 time(&raw_time); in GetTimeFmt()
75 local_tm = localtime(&raw_time); in GetTimeFmt()
/external/grpc-grpc/include/grpcpp/
Dalarm.h53 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Alarm()
62 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Set()
93 alarm_->SetInternal(TimePoint<T>(deadline).raw_time(), std::move(f)); in Set()
/external/stressapptest/src/
Dlogger.cc43 time_t raw_time; in VLogF() local
44 time(&raw_time); in VLogF()
46 localtime_r(&raw_time, &time_struct); in VLogF()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c124 time_t raw_time; in radv_sqtt_fill_header() local
134 time(&raw_time); in radv_sqtt_fill_header()
135 timep = localtime_r(&raw_time, &result); in radv_sqtt_fill_header()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_profile.proto74 double raw_time = 11; // Elapsed core-time in picoseconds. field