Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_ip_address_test.cc65 TEST(QuicheIpAddressTest, FromPackedString) { in TEST() argument
H A Dquiche_ip_address.cc154 bool QuicheIpAddress::FromPackedString(const char* data, size_t length) { in FromPackedString() function in quiche::QuicheIpAddress