Home
last modified time | relevance | path

Searched refs:grpc_slice_malloc (Results 1 – 25 of 53) sorted by relevance

123

/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc67 slice = grpc_slice_malloc(4); in test_read_one_slice_malloc()
131 input_slice = grpc_slice_malloc(input_size); in read_compressed_slice()
179 slice = grpc_slice_malloc(4); in test_byte_buffer_from_reader()
211 slices[0] = grpc_slice_malloc(512); in test_readall()
213 slices[1] = grpc_slice_malloc(1024); in test_readall()
246 slices[0] = grpc_slice_malloc(512); in test_byte_buffer_copy()
248 slices[1] = grpc_slice_malloc(1024); in test_byte_buffer_copy()
/external/grpc-grpc/test/core/slice/
Dslice_test.cc46 slice = grpc_slice_malloc(length); in test_slice_malloc_returns_something_sensible()
147 slice = grpc_slice_malloc(length); in test_slice_sub_works()
187 slice = grpc_slice_malloc(length); in test_slice_split_head_works()
215 slice = grpc_slice_malloc(length); in test_slice_split_tail_works()
/external/grpc-grpc/include/grpc/
Dslice.h67 GPRAPI grpc_slice grpc_slice_malloc(size_t length);
70 #define GRPC_SLICE_MALLOC(len) grpc_slice_malloc(len)
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dslice.h67 GPRAPI grpc_slice grpc_slice_malloc(size_t length);
70 #define GRPC_SLICE_MALLOC(len) grpc_slice_malloc(len)
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dslice.h67 GPRAPI grpc_slice grpc_slice_malloc(size_t length);
70 #define GRPC_SLICE_MALLOC(len) grpc_slice_malloc(len)
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc114 grpc_slice slice = grpc_slice_malloc(stream->bytes_left); in decode_string_or_bytes_cb()
137 grpc_slice slice = grpc_slice_malloc(stream->bytes_left); in decode_repeated_string_cb()
/external/grpc-grpc/test/core/util/
Dparse_hexstring.cc35 slice = grpc_slice_malloc(nibbles / 2); in parse_hexstring()
Dslice_splitter.cc62 **dst_slices = grpc_slice_malloc(length); in grpc_split_slices()
/external/grpc-grpc/test/core/transport/chttp2/
Dvarint_test.cc35 slice = grpc_slice_malloc(nbytes); in test_varint()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_openssl.cc43 grpc_slice slice = grpc_slice_malloc(size_t(size)); in OpenSslCachedSession()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgpr_slice.h41 #define gpr_slice_malloc grpc_slice_malloc
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgpr_slice.h41 #define gpr_slice_malloc grpc_slice_malloc
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h41 #define gpr_slice_malloc grpc_slice_malloc
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_openssl.cc43 grpc_slice slice = grpc_slice_malloc(size_t(size)); in OpenSslCachedSession()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc150 grpc_slice CoreCodegen::grpc_slice_malloc(size_t length) { in grpc_slice_malloc() function in grpc::CoreCodegen
151 return ::grpc_slice_malloc(length); in grpc_slice_malloc()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dcore_codegen.cc169 grpc_slice CoreCodegen::grpc_slice_malloc(size_t length) { in grpc_slice_malloc() function in grpc::CoreCodegen
170 return ::grpc_slice_malloc(length); in grpc_slice_malloc()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h102 slice_ = g_core_codegen_interface->grpc_slice_malloc( in Next()
Dslice.h53 : slice_(g_core_codegen_interface->grpc_slice_malloc(len)) {} in Slice()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h112 slice_ = grpc_slice_malloc(size); in allocate()
130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h102 slice_ = g_core_codegen_interface->grpc_slice_malloc( in Next()
Dslice.h53 : slice_(g_core_codegen_interface->grpc_slice_malloc(len)) {} in Slice()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dproto_buffer_writer.h102 slice_ = g_core_codegen_interface->grpc_slice_malloc( in Next()
Dslice.h53 : slice_(g_core_codegen_interface->grpc_slice_malloc(len)) {} in Slice()
/external/grpc-grpc/test/core/bad_client/tests/
Dlarge_metadata.cc119 meta.value = grpc_slice_malloc(metadata_value_size); in server_verifier_sends_too_much_metadata()
/external/grpc-grpc/
Dgrpc.def155 grpc_slice_malloc

123