Home
last modified time | relevance | path

Searched refs:StringDecoderState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_string_decoder.h38 enum StringDecoderState { enum
119 static std::string StateToString(StringDecoderState v);
199 StringDecoderState state_ = kStartDecodingLength;
H A Dhpack_string_decoder.cc19 std::string HpackStringDecoder::StateToString(StringDecoderState v) { in StateToString()