Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc324 Reporter(RefCountedPtr<LrsCallState> parent, grpc_millis report_interval) in Reporter() argument
325 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()