Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/slice/
Dpercent_decode_fuzzer.cc39 if (grpc_strict_percent_decode_slice( in LLVMFuzzerTestOneInput()
43 if (grpc_strict_percent_decode_slice( in LLVMFuzzerTestOneInput()
Dpercent_encoding_test.cc51 GPR_ASSERT(grpc_strict_percent_decode_slice(encoded_slice, dict, in test_vector()
101 GPR_ASSERT(!grpc_strict_percent_decode_slice(encoded_slice, dict, in test_nonconformant_vector()
Dpercent_encode_fuzzer.cc42 GPR_ASSERT(grpc_strict_percent_decode_slice(output, dict, &decoded_output)); in test()
/external/grpc-grpc/src/core/lib/slice/
Dpercent_encoding.h57 bool grpc_strict_percent_decode_slice(grpc_slice slice_in,
Dpercent_encoding.cc89 bool grpc_strict_percent_decode_slice(grpc_slice slice_in, in grpc_strict_percent_decode_slice() function