Home
last modified time | relevance | path

Searched refs:details1 (Results 1 – 3 of 3) 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()
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp1638 const auto details1{symbol1.get<SubprogramDetails>()}; in Check() local
1640 if (details1.isFunction() != details2.isFunction()) { in Check()
1642 details1.isFunction() in Check()
1649 const auto &args1{details1.dummyArgs()}; in Check()
1669 MaybeExpr bindName1{details1.bindName()}; in Check()