Home
last modified time | relevance | path

Searched refs:grpc_slice_from_cpp_string (Results 1 – 18 of 18) sorted by relevance

/third_party/grpc/test/core/transport/
Dpromise_endpoint_test.cc139 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
182 grpc_slice_from_cpp_string(kBuffer.substr(0, 4))); in TEST_F()
192 grpc_slice_from_cpp_string(kBuffer.substr(4))); in TEST_F()
227 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
276 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
319 grpc_slice_from_cpp_string(kBuffer.substr(0, 4))); in TEST_F()
329 grpc_slice_from_cpp_string(kBuffer.substr(4))); in TEST_F()
364 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
413 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
454 grpc_slice_from_cpp_string(kBuffer)); in TEST_F()
[all …]
/third_party/grpc/src/core/lib/event_engine/
Dslice.cc38 return MutableSlice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
43 return Slice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
/third_party/grpc/src/core/lib/security/security_connector/
Dload_system_roots_windows.cc80 return grpc_slice_from_cpp_string(std::move(bundle_string)); in LoadSystemRootCerts()
/third_party/grpc/src/core/lib/slice/
Dslice_internal.h60 grpc_slice grpc_slice_from_cpp_string(std::string str);
Dslice.h193 return Out(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
Dslice.cc206 grpc_slice grpc_slice_from_cpp_string(std::string str) { in grpc_slice_from_cpp_string() function
/third_party/grpc/src/core/service_config/
Dservice_config_impl.cc149 grpc_slice key = grpc_slice_from_cpp_string(std::move(path)); in Create()
/third_party/grpc/src/core/xds/grpc/
Dxds_client_grpc.cc402 return grpc_slice_from_cpp_string(std::string(output, output_length)); in DumpAllClientConfigs()
Dxds_transport_grpc.cc155 grpc_slice slice = grpc_slice_from_cpp_string(std::move(payload)); in SendMessage()
/third_party/grpc/test/core/channelz/
Dchannel_trace_test.cc340 grpc_slice_from_cpp_string(msg)); in TEST()
/third_party/grpc/
Dlibgrpc.map268 …"grpc_slice_from_cpp_string(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h::al…
/third_party/grpc/test/core/end2end/fuzzers/
Dfuzzing_common.cc130 grpc_slice slice = grpc_slice_from_cpp_string(s.value()); in ReadSlice()
/third_party/grpc/src/core/client_channel/
Dsubchannel.cc736 grpc_slice_from_cpp_string(absl::StrCat( in SetConnectivityStateLocked()
Dclient_channel.cc1167 grpc_slice_from_cpp_string(message)); in OnResolverResultChangedLocked()
Dclient_channel_filter.cc1381 grpc_slice_from_cpp_string(message)); in OnResolverResultChangedLocked()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc943 signature = grpc_slice_from_cpp_string(std::move(signature_str)); in grpc_jwt_verifier_verify()
/third_party/grpc/src/core/lib/surface/
Dfilter_stack_call.cc367 grpc_slice_from_cpp_string(std::move(status_details)); in SetFinalStatus()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2013 grpc_slice_from_cpp_string(std::move(message)), &t->qbuf); in send_goaway()
2641 grpc_slice_from_cpp_string(std::move(message))); in close_from_api()