Searched defs:NetLogBinaryValue (Results 1 – 4 of 4) 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