Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc212 grpc_slice details1; in test_max_concurrent_streams() local
280 op->data.recv_status_on_client.status_details = &details1; in test_max_concurrent_streams()
425 grpc_slice_unref(details1); in test_max_concurrent_streams()
456 grpc_slice details1 = grpc_empty_slice(); in test_max_concurrent_streams_with_timeout_on_first() local
522 op->data.recv_status_on_client.status_details = &details1; in test_max_concurrent_streams_with_timeout_on_first()
621 grpc_slice_unref(details1); in test_max_concurrent_streams_with_timeout_on_first()
651 grpc_slice details1 = grpc_empty_slice(); in test_max_concurrent_streams_with_timeout_on_second() local
718 op->data.recv_status_on_client.status_details = &details1; in test_max_concurrent_streams_with_timeout_on_second()
813 grpc_slice_unref(details1); in test_max_concurrent_streams_with_timeout_on_second()
/external/grpc-grpc/test/core/end2end/
Dgoaway_server_test.cc155 grpc_slice details1; in main() local
213 op->data.recv_status_on_client.status_details = &details1; in main()
355 grpc_slice_unref(details1); in main()