Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dbin_decoder_test.cc70 grpc_slice out = grpc_chttp2_base64_decode_with_length(ss, output_length); in base64_decode_with_length()
92 s, grpc_chttp2_base64_decode_with_length(base64_encode(s), strlen(s)));
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.h52 grpc_slice grpc_chttp2_base64_decode_with_length(const grpc_slice& input,
Dbin_decoder.cc207 grpc_slice grpc_chttp2_base64_decode_with_length(const grpc_slice& input, in grpc_chttp2_base64_decode_with_length() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.h52 grpc_slice grpc_chttp2_base64_decode_with_length(const grpc_slice& input,
H A Dbin_decoder.cc207 grpc_slice grpc_chttp2_base64_decode_with_length(const grpc_slice& input, in grpc_chttp2_base64_decode_with_length() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc428 value = grpc_chttp2_base64_decode_with_length( in convert_cronet_array_to_metadata()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc445 value = grpc_chttp2_base64_decode_with_length( in convert_cronet_array_to_metadata()