HomeSort by relevance Sort by last modified time
    Searched refs:grpc_slice_from_static_string (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/grpc-grpc/test/core/end2end/tests/
graceful_server_shutdown.cc 103 grpc_slice_from_static_string("/foo"), nullptr,
161 grpc_slice status_details = grpc_slice_from_static_string("xyz");
high_initial_seqno.cc 108 grpc_slice_from_static_string("/foo"), nullptr,
161 grpc_slice status_details = grpc_slice_from_static_string("xyz");
idempotent_request.cc 108 grpc_slice_from_static_string("/foo"), nullptr,
175 grpc_slice status_details = grpc_slice_from_static_string("xyz");
max_connection_idle.cc 64 f->cq, grpc_slice_from_static_string("/foo"),
131 grpc_slice status_details = grpc_slice_from_static_string("xyz");
network_status_change.cc 114 grpc_slice_from_static_string("/foo"), nullptr,
191 grpc_slice status_details = grpc_slice_from_static_string("xyz");
proxy_auth.cc 112 grpc_slice_from_static_string("/foo"), nullptr,
179 grpc_slice status_details = grpc_slice_from_static_string("xyz");
request_with_payload.cc 111 grpc_slice_from_static_string("/foo"), nullptr,
187 grpc_slice status_details = grpc_slice_from_static_string("xyz");
server_finishes_request.cc 106 grpc_slice_from_static_string("/foo"), nullptr,
155 grpc_slice status_details = grpc_slice_from_static_string("xyz");
simple_delayed_request.cc 98 f->cq, grpc_slice_from_static_string("/foo"),
151 grpc_slice status_details = grpc_slice_from_static_string("xyz");
stream_compression_compressed_payload.cc 141 grpc_slice_from_static_string("/foo"), nullptr,
327 grpc_slice_from_static_string("/foo"), nullptr,
508 grpc_slice status_details = grpc_slice_from_static_string("xyz");
577 grpc_slice_from_static_string("stream/gzip");
584 grpc_slice_from_static_string("identity");
max_message_length.cc 184 grpc_slice_from_static_string("/service/method"),
372 grpc_slice_from_static_string("/service/method"),
441 grpc_slice status_details = grpc_slice_from_static_string("xyz");
filter_call_init_fails.cc 121 grpc_slice_from_static_string("/foo"), nullptr,
215 grpc_slice_from_static_string("/foo"), nullptr,
304 grpc_slice_from_static_string("/foo"), nullptr,
362 grpc_slice_from_static_string("/foo"), nullptr,
negative_deadline.cc 105 grpc_slice_from_static_string("/foo"), nullptr,
filter_latency.cc 129 grpc_slice_from_static_string("/foo"), nullptr,
189 grpc_slice status_string = grpc_slice_from_static_string("xyz");
invoke_large_request.cc 135 grpc_slice_from_static_string("/foo"), nullptr,
222 grpc_slice status_details = grpc_slice_from_static_string("xyz");
no_logging.cc 135 grpc_slice_from_static_string("/foo"), nullptr,
199 grpc_slice status_details = grpc_slice_from_static_string("xyz");
payload.cc 133 grpc_slice_from_static_string("/foo"), nullptr,
220 grpc_slice status_details = grpc_slice_from_static_string("xyz");
ping_pong_streaming.cc 116 grpc_slice_from_static_string("/foo"), nullptr,
242 grpc_slice status_details = grpc_slice_from_static_string("xyz");
simple_request.cc 115 grpc_slice_from_static_string("/foo"), nullptr,
183 grpc_slice status_details = grpc_slice_from_static_string("xyz");
stream_compression_payload.cc 136 grpc_slice_from_static_string("/foo"), nullptr,
223 grpc_slice status_details = grpc_slice_from_static_string("xyz");
  /external/grpc-grpc/test/core/slice/
slice_hash_table_test.cc 48 grpc_slice key = grpc_slice_from_static_string(expected.key);
57 grpc_slice key = grpc_slice_from_static_string(key_string);
  /external/grpc-grpc/test/core/end2end/
goaway_server_test.cc 191 grpc_slice host = grpc_slice_from_static_string("127.0.0.1");
194 grpc_slice_from_static_string("/foo"), &host,
270 grpc_slice_from_static_string("/foo"), &host,
h2_ssl_cert_test.cc 304 grpc_slice host = grpc_slice_from_static_string("foo.test.google.fr:1234");
306 grpc_slice_from_static_string("/foo"), &host,
  /external/grpc-grpc/src/core/lib/surface/
channel.cc 175 grpc_slice_from_static_string("Channel created"));
373 grpc_slice_intern(grpc_slice_from_static_string(method)));
377 grpc_slice_intern(grpc_slice_from_static_string(host)))
433 grpc_slice_from_static_string("Channel destroyed"));
  /external/grpc-grpc/test/core/channel/
channel_stack_test.cc 99 grpc_slice path = grpc_slice_from_static_string("/service/method");

Completed in 365 milliseconds

1 2 34 5 6