Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dpickle.cc427 inline void Pickle::WriteBytesCommon(const void* data, size_t length) { in WriteBytesCommon() function in base::Pickle
/aosp_15_r20/external/cronet/base/
H A Dpickle.cc479 inline void Pickle::WriteBytesCommon(span<const uint8_t> data) { in WriteBytesCommon() function in base::Pickle