Home
last modified time | relevance | path

Searched refs:AreValid (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dtransport_parameters_test.cc393 TEST_P(TransportParametersTest, AreValid) { in TEST_P() argument
398 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 …]
Dtransport_parameters.h264 bool AreValid(std::string* error_details) const;
Dtransport_parameters.cc584 bool TransportParameters::AreValid(std::string* error_details) const { in AreValid() function in quic::TransportParameters
687 if (!in.AreValid(&error_details)) { in SerializeTransportParameters()
1532 if (!out->AreValid(error_details)) { in ParseTransportParameters()
1557 if (!in.AreValid(&error_details)) { in SerializeTransportParametersForTicket()
/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr.h147 constexpr bool AreValid(RawPtrTraits traits) { in AreValid() function
471 static_assert(AreValid(Traits), "Unknown raw_ptr trait(s)");
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker_test.cc1017 ASSERT_TRUE(server_params.AreValid(&error_details)) << error_details; in TEST_P()