Searched refs:base64_decode_with_length (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/transport/chttp2/ |
D | bin_decoder_test.cc | 63 static grpc_slice base64_decode_with_length(const char* s, in base64_decode_with_length() function 138 EXPECT_SLICE_EQ("", base64_decode_with_length("Zg", 2)); in main() 139 EXPECT_SLICE_EQ("", base64_decode_with_length("Zm8", 3)); in main() 140 EXPECT_SLICE_EQ("", base64_decode_with_length("Zm9v", 4)); in main() 143 EXPECT_SLICE_EQ("", base64_decode_with_length("Zm:v", 3)); in main() 144 EXPECT_SLICE_EQ("", base64_decode_with_length("Zm=v", 3)); in main()
|