/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | slice.h | 65 : 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 D | slice.h | 65 : 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/ |
D | slice.h | 65 : 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 D | CFStreamEndpointTests.mm | 173 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 D | CFStreamEndpointTests.mm | 174 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 D | slice.h | 89 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/ |
D | slice.h | 90 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/ |
D | slice.h | 90 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 D | hpack_utils_test.cc | 43 maybe_intern(grpc_slice_from_static_buffer(value, value_len), in VerifyBinaryHeaderSize()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.def | 189 grpc_slice_from_static_buffer
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.def | 192 grpc_slice_from_static_buffer
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | bad_server_response_test.cc | 181 grpc_slice slice = grpc_slice_from_static_buffer( in on_connect()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | buf.rs | 56 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/ |
D | slice.cc | 85 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 D | slice.cc | 85 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/ |
D | call_op_set.h | 69 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/ |
D | call_op_set.h | 69 metadata_array[i].key = grpc_slice_from_static_buffer( in FillMetadataArray()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | call_op_set.h | 69 metadata_array[i].key = grpc_slice_from_static_buffer( in FillMetadataArray()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_grpc_imports.generated.h | 616 #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/ |
D | grpc-bindings.rs | 517 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/ |
D | bindings.rs | 600 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/ |
D | android-dir.patch | 738 + pub fn grpc_slice_from_static_buffer(
|