HomeSort by relevance Sort by last modified time
    Searched refs:RefCountedStaticMemory (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/memory/
ref_counted_memory.cc 22 const unsigned char* RefCountedStaticMemory::front() const {
26 size_t RefCountedStaticMemory::size() const {
30 RefCountedStaticMemory::~RefCountedStaticMemory() {}
ref_counted_memory.h 49 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
51 RefCountedStaticMemory()
53 RefCountedStaticMemory(const void* data, size_t length)
62 ~RefCountedStaticMemory() override;
67 DISALLOW_COPY_AND_ASSIGN(RefCountedStaticMemory);
ref_counted_memory_unittest.cc 13 TEST(RefCountedMemoryUnitTest, RefCountedStaticMemory) {
14 scoped_refptr<RefCountedMemory> mem = new RefCountedStaticMemory(

Completed in 1390 milliseconds