Searched defs:WriteBytesCommon (Results 1 – 2 of 2) sorted by relevance
427 inline void Pickle::WriteBytesCommon(const void* data, size_t length) { in WriteBytesCommon() function in base::Pickle
479 inline void Pickle::WriteBytesCommon(span<const uint8_t> data) { in WriteBytesCommon() function in base::Pickle