Home
last modified time | relevance | path

Searched refs:ParsePositiveInteger32 (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_alt_svc_wire_format_test.cc38 static bool ParsePositiveInteger32( in ParsePositiveInteger32() function in spdy::test::SpdyAltSvcWireFormatPeer
42 return SpdyAltSvcWireFormat::ParsePositiveInteger32(c, end, max_age); in ParsePositiveInteger32()
539 ASSERT_TRUE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
545 ASSERT_FALSE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
552 ASSERT_FALSE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
H A Dspdy_alt_svc_wire_format.h82 static bool ParsePositiveInteger32(
H A Dspdy_alt_svc_wire_format.cc150 if (!ParsePositiveInteger32(parameter_value_begin, c, &max_age)) { in ParseHeaderFieldValue()
388 bool SpdyAltSvcWireFormat::ParsePositiveInteger32( in ParsePositiveInteger32() function in spdy::SpdyAltSvcWireFormat
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_alt_svc_wire_format_test.cc37 static bool ParsePositiveInteger32(absl::string_view::const_iterator c, in ParsePositiveInteger32() function in spdy::test::SpdyAltSvcWireFormatPeer
40 return SpdyAltSvcWireFormat::ParsePositiveInteger32(c, end, max_age); in ParsePositiveInteger32()
537 ASSERT_TRUE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
543 ASSERT_FALSE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
550 ASSERT_FALSE(test::SpdyAltSvcWireFormatPeer::ParsePositiveInteger32( in TEST()
H A Dspdy_alt_svc_wire_format.h81 static bool ParsePositiveInteger32(absl::string_view::const_iterator c,
H A Dspdy_alt_svc_wire_format.cc150 if (!ParsePositiveInteger32(parameter_value_begin, c, &max_age)) { in ParseHeaderFieldValue()
385 bool SpdyAltSvcWireFormat::ParsePositiveInteger32( in ParsePositiveInteger32() function in spdy::SpdyAltSvcWireFormat