Home | History | Annotate | Download | only in memory

Lines Matching defs:RefCountedBytes

32 RefCountedBytes::RefCountedBytes() {}
34 RefCountedBytes::RefCountedBytes(const std::vector<unsigned char>& initializer)
38 RefCountedBytes::RefCountedBytes(const unsigned char* p, size_t size)
41 scoped_refptr<RefCountedBytes> RefCountedBytes::TakeVector(
43 scoped_refptr<RefCountedBytes> bytes(new RefCountedBytes);
48 const unsigned char* RefCountedBytes::front() const {
54 size_t RefCountedBytes::size() const {
58 RefCountedBytes::~RefCountedBytes() {}