Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_constants.h137 inline bool IsSupportedHttp2ErrorCode(uint32_t v) { in IsSupportedHttp2ErrorCode() function
140 inline bool IsSupportedHttp2ErrorCode(Http2ErrorCode v) { in IsSupportedHttp2ErrorCode() function
141 return IsSupportedHttp2ErrorCode(static_cast<uint32_t>(v)); in IsSupportedHttp2ErrorCode()
H A Dhttp2_structures.h187 return IsSupportedHttp2ErrorCode(error_code); in IsSupportedErrorCode()
268 return IsSupportedHttp2ErrorCode(error_code); in IsSupportedErrorCode()