Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc76 grpc_grpclb_timestamp* timestamp_pb) { in populate_timestamp() argument
77 timestamp_pb->has_seconds = true; in populate_timestamp()
78 timestamp_pb->seconds = timestamp.tv_sec; in populate_timestamp()
79 timestamp_pb->has_nanos = true; in populate_timestamp()
80 timestamp_pb->nanos = timestamp.tv_nsec; in populate_timestamp()