#include <grpc/support/port_platform.h>#include "src/core/lib/slice/percent_encoding.h"#include <stdlib.h>#include <cstdint>#include <type_traits>#include <utility>#include <grpc/support/log.h>#include "src/core/lib/gprpp/bitset.h"
Go to the source code of this file.
Namespaces | |
| grpc_core | |
Macros | |
| #define | GRPC_PCTENCODE_CONSTEXPR_FN |
| #define | GRPC_PCTENCODE_CONSTEXPR_VALUE const |
Functions | |
| static uint8_t | grpc_core::DeHex (uint8_t c) |
| Slice | grpc_core::PercentEncodeSlice (Slice slice, PercentEncodingType type) |
| Slice | grpc_core::PermissivePercentDecodeSlice (Slice slice_in) |
| static bool | grpc_core::ValidHex (const uint8_t *p, const uint8_t *end) |
| #define GRPC_PCTENCODE_CONSTEXPR_FN |
Definition at line 37 of file percent_encoding.cc.
| #define GRPC_PCTENCODE_CONSTEXPR_VALUE const |
Definition at line 38 of file percent_encoding.cc.