Home
last modified time | relevance | path

Searched defs:HexDecodeToUInt32 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_alt_svc_wire_format_test.cc50 static bool HexDecodeToUInt32(absl::string_view data, uint32_t* value) { in HexDecodeToUInt32() function in spdy::test::SpdyAltSvcWireFormatPeer
608 TEST(SpdyAltSvcWireFormatTest, HexDecodeToUInt32) { in TEST() argument
H A Dspdy_alt_svc_wire_format.cc405 bool SpdyAltSvcWireFormat::HexDecodeToUInt32(absl::string_view data, in HexDecodeToUInt32() function in spdy::SpdyAltSvcWireFormat