Searched refs:AreValid (Results 1 – 5 of 5) sorted by relevance
393 TEST_P(TransportParametersTest, AreValid) { in TEST_P() argument398 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()405 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()408 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()411 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()418 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()421 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()424 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()427 EXPECT_TRUE(params.AreValid(&error_details)); in TEST_P()431 EXPECT_FALSE(params.AreValid(&error_details)); in TEST_P()[all …]
264 bool AreValid(std::string* error_details) const;
584 bool TransportParameters::AreValid(std::string* error_details) const { in AreValid() function in quic::TransportParameters687 if (!in.AreValid(&error_details)) { in SerializeTransportParameters()1532 if (!out->AreValid(error_details)) { in ParseTransportParameters()1557 if (!in.AreValid(&error_details)) { in SerializeTransportParametersForTicket()
147 constexpr bool AreValid(RawPtrTraits traits) { in AreValid() function471 static_assert(AreValid(Traits), "Unknown raw_ptr trait(s)");
1017 ASSERT_TRUE(server_params.AreValid(&error_details)) << error_details; in TEST_P()