Home
last modified time | relevance | path

Searched defs:string_to_byte_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dbyte_buffer.c27 grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length) { in string_to_byte_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dgrpc_wrap.cc69 grpc_byte_buffer* string_to_byte_buffer(const char* buffer, size_t len) { in string_to_byte_buffer() function