Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_byte_buffer.c38 VALUE rb_string; in grpc_rb_byte_buffer_to_s() local
44 rb_string = rb_str_buf_new(grpc_byte_buffer_length(buffer)); in grpc_rb_byte_buffer_to_s()
50 rb_str_cat(rb_string, (const char*)GRPC_SLICE_START_PTR(next), in grpc_rb_byte_buffer_to_s()
55 return rb_string; in grpc_rb_byte_buffer_to_s()