Home
last modified time | relevance | path

Searched defs:RefCountedStaticMemory (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/memory/
H A Dref_counted_memory.h55 RefCountedStaticMemory() : data_(nullptr), length_(0) {} in RefCountedStaticMemory() function
56 RefCountedStaticMemory(const void* data, size_t length) in RefCountedStaticMemory() function
H A Dref_counted_memory_unittest.cc20 TEST(RefCountedMemoryUnitTest, RefCountedStaticMemory) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/memory/
Dref_counted_memory.h58 RefCountedStaticMemory() : data_(nullptr), length_(0) {} in RefCountedStaticMemory() function
59 RefCountedStaticMemory(const void* data, size_t length) in RefCountedStaticMemory() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/memory/
Dref_counted_memory.h58 RefCountedStaticMemory() : data_(nullptr), length_(0) {} in RefCountedStaticMemory() function
59 RefCountedStaticMemory(const void* data, size_t length) in RefCountedStaticMemory() function
/aosp_15_r20/external/cronet/base/memory/
H A Dref_counted_memory.h59 RefCountedStaticMemory() : data_(nullptr), length_(0) {} in RefCountedStaticMemory() function
60 RefCountedStaticMemory(const void* data, size_t length) in RefCountedStaticMemory() function
H A Dref_counted_memory_unittest.cc30 TEST(RefCountedMemoryUnitTest, RefCountedStaticMemory) { in TEST() argument