Searched defs:NetLogBinaryValue (Results 1 – 2 of 2) sorted by relevance
60 base::Value NetLogBinaryValue(base::span<const uint8_t> bytes) { in NetLogBinaryValue() function64 base::Value NetLogBinaryValue(const void* bytes, size_t length) { in NetLogBinaryValue() function
51 TEST(NetLogValuesTest, NetLogBinaryValue) { in TEST() argument