Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_api.h212 Duration http_max_stream_duration; member
221 http_max_stream_duration == other.http_max_stream_duration;
Dxds_api.cc417 http_max_stream_duration.ToString())); in ToString()
1363 lds_update->http_max_stream_duration.seconds = in LdsResponseParseClient()
1365 lds_update->http_max_stream_duration.nanos = in LdsResponseParseClient()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc580 http_max_stream_duration_ = listener.http_max_stream_duration; in OnListenerUpdate()