Searched refs:has_seconds (Results 1 – 3 of 3) sorted by relevance
77 timestamp_pb->has_seconds = true; in populate_timestamp()276 if (lhs->has_seconds && rhs->has_seconds) { in grpc_grpclb_duration_compare()279 } else if (lhs->has_seconds) { in grpc_grpclb_duration_compare()281 } else if (rhs->has_seconds) { in grpc_grpclb_duration_compare()300 (duration_pb->has_seconds ? duration_pb->seconds : 0) * GPR_MS_PER_SEC + in grpc_grpclb_duration_to_millis()
18 bool has_seconds; member