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

  /external/grpc-grpc/include/grpcpp/impl/codegen/
time.h 43 gpr_timespec raw_time() { function in class:grpc::TimePoint
56 gpr_timespec raw_time() { return time_; } function in class:grpc::TimePoint
81 gpr_timespec raw_time() const { return time_; } function in class:grpc::TimePoint
  /external/stressapptest/src/
logger.cc 43 time_t raw_time; local
44 time(&raw_time);
46 localtime_r(&raw_time, &time_struct);

Completed in 130 milliseconds