Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.h47 grpc_slice grpc_chttp2_base64_decode(const grpc_slice& input);
Dbin_decoder.cc163 grpc_slice grpc_chttp2_base64_decode(const grpc_slice& input) { in grpc_chttp2_base64_decode() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.h47 grpc_slice grpc_chttp2_base64_decode(const grpc_slice& input);
H A Dbin_decoder.cc163 grpc_slice grpc_chttp2_base64_decode(const grpc_slice& input) { in grpc_chttp2_base64_decode() function
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dbin_decoder_test.cc62 grpc_slice out = grpc_chttp2_base64_decode(ss); in base64_decode()