OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grpc_slice
(Results
251 - 275
of
362
) sorted by null
<<
11
12
13
14
15
/external/grpc-grpc/src/cpp/ext/filters/census/
context.cc
57
size_t StatsContextSerialize(size_t max_tags_len,
grpc_slice
* tags) {
/external/grpc-grpc/src/objective-c/GRPCClient/private/
GRPCChannel.m
204
grpc_slice
host_slice = grpc_empty_slice();
208
grpc_slice
path_slice = grpc_slice_from_copied_string(path.UTF8String);
/external/grpc-grpc/test/core/bad_client/tests/
duplicate_header.cc
107
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
/external/grpc-grpc/test/core/end2end/fuzzers/
server_fuzzer.cc
31
static void discard_write(
grpc_slice
slice) {}
/external/grpc-grpc/test/core/end2end/
no_server_test.cc
65
grpc_slice
details;
invalid_call_argument_test.cc
46
grpc_slice
details;
72
grpc_slice
host = grpc_slice_from_static_string("nonexistant");
88
grpc_slice
host = grpc_slice_from_static_string("bar");
251
grpc_slice
request_payload_slice =
290
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
481
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
504
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
526
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
/external/grpc-grpc/test/core/end2end/tests/
bad_ping.cc
108
grpc_slice
details;
181
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
267
grpc_slice
details;
337
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
max_connection_age.cc
109
grpc_slice
details;
183
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
251
grpc_slice
details;
316
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
workaround_cronet_compression.cc
106
grpc_slice
request_payload_slice;
122
grpc_slice
details;
135
grpc_slice
response_payload_slice =
321
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
call_host_override.cc
111
grpc_slice
details;
186
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
cancel_after_invoke.cc
108
grpc_slice
details;
110
grpc_slice
request_payload_slice =
cancel_before_invoke.cc
104
grpc_slice
details;
106
grpc_slice
request_payload_slice =
default_host.cc
102
grpc_slice
details;
175
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
disappearing_server.cc
84
grpc_slice
details;
146
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
filter_causes_close.cc
95
grpc_slice
request_payload_slice =
111
grpc_slice
details;
graceful_server_shutdown.cc
98
grpc_slice
details;
161
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
high_initial_seqno.cc
103
grpc_slice
details;
161
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
idempotent_request.cc
102
grpc_slice
details;
175
grpc_slice
status_details = grpc_slice_from_static_string("xyz");
keepalive_timeout.cc
97
grpc_slice
response_payload_slice =
127
grpc_slice
details;
/external/grpc-grpc/test/core/security/
oauth2_utils.cc
45
grpc_slice
token_slice;
/external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc
167
grpc_slice
details;
169
grpc_slice
send_request_slice =
241
grpc_slice
details;
243
grpc_slice
send_request_slice =
493
const
grpc_slice
method_ = grpc_slice_from_static_string("/foo/bar");
543
grpc_slice
method = grpc_slice_from_static_string("/foo/bar");
747
grpc_slice
slice = grpc_slice_from_static_string("hello world");
751
grpc_slice
status_details = grpc_empty_slice();
793
grpc_slice
slice = grpc_slice_from_static_string("hello world");
/external/grpc-grpc/src/core/ext/filters/client_channel/
uri_parser.cc
62
grpc_slice
component =
66
grpc_slice
decoded_component =
/external/grpc-grpc/src/core/lib/compression/
stream_compression_gzip.cc
52
grpc_slice
slice_out = GRPC_SLICE_MALLOC(slice_size);
56
grpc_slice
slice = grpc_slice_buffer_take_first(in);
/external/grpc-grpc/src/cpp/client/
channel_cc.cc
119
grpc_slice
method_slice = SliceFromCopiedString(method.name());
120
grpc_slice
host_slice;
/external/grpc-grpc/src/objective-c/tests/CronetUnitTests/
CronetUnitTests.m
137
grpc_slice
request_payload_slice = grpc_slice_from_copied_string("hello world");
168
grpc_slice
details;
271
grpc_slice
request_payload_slice = grpc_slice_from_copied_string("hello world");
300
grpc_slice
details;
Completed in 821 milliseconds
<<
11
12
13
14
15