/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 67 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()
|
D | public_headers_must_be_c89.c | 214 printf("%lx", (unsigned long) grpc_slice_malloc); in main()
|
/external/grpc-grpc/test/core/slice/ |
D | slice_test.cc | 46 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/ |
D | slice.h | 67 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/ |
D | alts_handshaker_service_api_util.cc | 114 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()
|
D | transport_security_common_api.cc | 103 *slice = grpc_slice_malloc(encoded_length); in grpc_gcp_rpc_protocol_versions_encode()
|
/external/grpc-grpc/src/cpp/common/ |
D | core_codegen.cc | 150 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/grpc-grpc/test/core/util/ |
D | parse_hexstring.cc | 35 slice = grpc_slice_malloc(nibbles / 2); in parse_hexstring()
|
D | slice_splitter.cc | 62 **dst_slices = grpc_slice_malloc(length); in grpc_split_slices()
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | varint_test.cc | 35 slice = grpc_slice_malloc(nbytes); in test_varint()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | gpr_slice.h | 41 #define gpr_slice_malloc grpc_slice_malloc
|
/external/grpc-grpc/src/core/tsi/ssl/session_cache/ |
D | ssl_session_openssl.cc | 43 grpc_slice slice = grpc_slice_malloc(size_t(size)); in OpenSslCachedSession()
|
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 113 slice_ = grpc_slice_malloc(size); in allocate() 131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_writer.h | 102 slice_ = g_core_codegen_interface->grpc_slice_malloc( in Next()
|
D | slice.h | 53 : slice_(g_core_codegen_interface->grpc_slice_malloc(len)) {} in Slice()
|
D | core_codegen.h | 93 grpc_slice grpc_slice_malloc(size_t length) override;
|
D | core_codegen_interface.h | 111 virtual grpc_slice grpc_slice_malloc(size_t length) = 0;
|
/external/grpc-grpc/test/core/bad_client/tests/ |
D | large_metadata.cc | 119 meta.value = grpc_slice_malloc(metadata_value_size); in server_verifier_sends_too_much_metadata()
|
/external/grpc-grpc/ |
D | grpc.def | 155 grpc_slice_malloc
|
/external/grpc-grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 106 grpc_slice response_slice = grpc_slice_malloc(ostream.bytes_written); in Check()
|
/external/grpc-grpc/test/core/compression/ |
D | message_compress_test.cc | 111 grpc_slice out = grpc_slice_malloc(length); in repeated()
|
D | stream_compression_test.cc | 204 grpc_slice_malloc(GRPC_SLICE_LENGTH(slice1) + GRPC_SLICE_LENGTH(slice2)); in test_stream_compression_drop_context()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | large_metadata.cc | 123 meta.value = grpc_slice_malloc(large_size); in test_request_with_large_metadata()
|
D | invoke_large_request.cc | 86 grpc_slice slice = grpc_slice_malloc(1000000); in large_slice()
|
/external/grpc-grpc/test/core/end2end/ |
D | cq_verifier.cc | 119 out = grpc_slice_malloc(len); in merge_slices()
|