Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_values.cc60 base::Value NetLogBinaryValue(base::span<const uint8_t> bytes) { in NetLogBinaryValue() function
64 base::Value NetLogBinaryValue(const void* bytes, size_t length) { in NetLogBinaryValue() function
H A Dnet_log_values_unittest.cc51 TEST(NetLogValuesTest, NetLogBinaryValue) { in TEST() argument