/aosp_15_r20/external/grpc-grpc/test/core/transport/ |
H A D | promise_endpoint_test.cc | 140 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() 183 grpc_slice_from_cpp_string(kBuffer.substr(0, 4))); in TEST_F() 193 grpc_slice_from_cpp_string(kBuffer.substr(4))); in TEST_F() 228 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() 277 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() 320 grpc_slice_from_cpp_string(kBuffer.substr(0, 4))); in TEST_F() 330 grpc_slice_from_cpp_string(kBuffer.substr(4))); in TEST_F() 365 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() 414 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() 455 grpc_slice_from_cpp_string(kBuffer)); in TEST_F() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/ |
D | slice.cc | 40 return MutableSlice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString() 45 return Slice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/ |
H A D | slice.cc | 40 return MutableSlice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString() 45 return Slice(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/ |
H A D | load_system_roots_windows.cc | 82 return grpc_slice_from_cpp_string(std::move(bundle_string)); in LoadSystemRootCerts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice_internal.h | 63 grpc_slice grpc_slice_from_cpp_string(std::string str);
|
D | slice.h | 196 return Out(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
|
D | slice.cc | 208 grpc_slice grpc_slice_from_cpp_string(std::string str) { in grpc_slice_from_cpp_string() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/ |
H A D | slice_internal.h | 63 grpc_slice grpc_slice_from_cpp_string(std::string str);
|
H A D | slice.h | 196 return Out(grpc_slice_from_cpp_string(std::move(s))); in FromCopiedString()
|
H A D | slice.cc | 208 grpc_slice grpc_slice_from_cpp_string(std::string str) { in grpc_slice_from_cpp_string() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client_grpc.cc | 234 return grpc_slice_from_cpp_string((*xds_client)->DumpClientConfigBinary()); in grpc_dump_xds_configs()
|
D | xds_transport_grpc.cc | 160 grpc_slice slice = grpc_slice_from_cpp_string(std::move(payload)); in SendMessage()
|
/aosp_15_r20/external/grpc-grpc/src/core/service_config/ |
H A D | service_config_impl.cc | 151 grpc_slice key = grpc_slice_from_cpp_string(std::move(path)); in Create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/service_config/ |
D | service_config_impl.cc | 151 grpc_slice key = grpc_slice_from_cpp_string(std::move(path)); in Create()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_transport_grpc.cc | 157 grpc_slice slice = grpc_slice_from_cpp_string(std::move(payload)); in SendMessage()
|
H A D | xds_client_grpc.cc | 367 return grpc_slice_from_cpp_string(std::string(output, output_length)); in DumpAllClientConfigs()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 642 grpc_slice_from_cpp_string(absl::StrCat( in SetConnectivityStateLocked()
|
D | client_channel.cc | 1334 grpc_slice_from_cpp_string(message)); in OnResolverResultChangedLocked()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/ |
H A D | fuzzing_common.cc | 130 grpc_slice slice = grpc_slice_from_cpp_string(s.value()); in ReadSlice()
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | subchannel.cc | 679 grpc_slice_from_cpp_string(absl::StrCat( in SetConnectivityStateLocked()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/transport/ |
H A D | binder_transport.cc | 252 buf.Append(grpc_core::Slice(grpc_slice_from_cpp_string(*args->message))); in recv_message_locked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/ |
D | binder_transport.cc | 258 buf.Append(grpc_core::Slice(grpc_slice_from_cpp_string(*args->message))); in recv_message_locked()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
H A D | jwt_verifier.cc | 950 signature = grpc_slice_from_cpp_string(std::move(signature_str)); in grpc_jwt_verifier_verify()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | chttp2_transport.cc | 1891 grpc_slice_from_cpp_string(std::move(message)), &t->qbuf); in send_goaway() 2524 grpc_slice_from_cpp_string(std::move(message))); in close_from_api()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1868 grpc_slice_from_cpp_string(std::move(message)), &t->qbuf); in send_goaway() 2445 grpc_slice_from_cpp_string(std::move(message))); in close_from_api()
|