Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc150 const google_protobuf_Duration* duration_pb) { in grpc_grpclb_duration_to_millis() argument
152 (google_protobuf_Duration_seconds(duration_pb) * GPR_MS_PER_SEC) + in grpc_grpclb_duration_to_millis()
153 (google_protobuf_Duration_nanos(duration_pb) / GPR_NS_PER_MS)); in grpc_grpclb_duration_to_millis()