Home
last modified time | relevance | path

Searched refs:grpc_slice_from_static_buffer (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dslice.h65 : slice_(grpc_slice_from_static_buffer(reinterpret_cast<const char*>(buf), in Slice()
133 return grpc_slice_from_static_buffer(str.data(), str.length()); in SliceReferencingString()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dslice.h65 : slice_(grpc_slice_from_static_buffer(reinterpret_cast<const char*>(buf), in Slice()
133 return grpc_slice_from_static_buffer(str.data(), str.length()); in SliceReferencingString()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dslice.h65 : slice_(grpc_slice_from_static_buffer(reinterpret_cast<const char*>(buf), in Slice()
133 return grpc_slice_from_static_buffer(str.data(), str.length()); in SliceReferencingString()
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
H A DCFStreamEndpointTests.mm173 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
235 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
287 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CFStreamTests/
H A DCFStreamEndpointTests.mm174 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
236 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
288 slice = grpc_slice_from_static_buffer(write_buffer, kBufferSize);
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dslice.h89 GPRAPI grpc_slice grpc_slice_from_static_buffer(const void* source, size_t len);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dslice.h90 GPRAPI grpc_slice grpc_slice_from_static_buffer(const void* source, size_t len);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dslice.h90 GPRAPI grpc_slice grpc_slice_from_static_buffer(const void* source, size_t len);
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_utils_test.cc43 maybe_intern(grpc_slice_from_static_buffer(value, value_len), in VerifyBinaryHeaderSize()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dgrpc.def189 grpc_slice_from_static_buffer
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.def192 grpc_slice_from_static_buffer
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dbad_server_response_test.cc181 grpc_slice slice = grpc_slice_from_static_buffer( in on_connect()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dbuf.rs56 GrpcSlice(unsafe { grpc_slice_from_static_buffer(s.as_ptr() as _, s.len()) }) in from_static_slice()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc85 grpc_slice grpc_slice_from_static_buffer(const void* s, size_t len) { in grpc_slice_from_static_buffer() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/
H A Dslice.cc85 grpc_slice grpc_slice_from_static_buffer(const void* s, size_t len) { in grpc_slice_from_static_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h69 metadata_array[i].key = grpc_slice_from_static_buffer( in FillMetadataArray()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall_op_set.h69 metadata_array[i].key = grpc_slice_from_static_buffer( in FillMetadataArray()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h69 metadata_array[i].key = grpc_slice_from_static_buffer( in FillMetadataArray()
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h616 #define grpc_slice_from_static_buffer grpc_slice_from_static_buffer_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs517 pub fn grpc_slice_from_static_buffer( in grpc_slice_from_static_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs600 pub fn grpc_slice_from_static_buffer( in grpc_slice_from_static_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch738 + pub fn grpc_slice_from_static_buffer(