Home
last modified time | relevance | path

Searched refs:bytes_ptr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/webui/
Durl_data_source_impl.cc30 scoped_refptr<base::RefCountedMemory> bytes_ptr(bytes); in SendResponse() local
48 bytes_ptr)); in SendResponse()
/external/lldb/source/Core/
DDataExtractor.cpp2154 uint8_t* bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local
2156 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()
2157 memcpy(bytes_ptr + GetByteSize(), rhs.GetDataStart(), rhs.GetByteSize()); in Append()
2181 uint8_t* bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local
2184 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()
2186 memcpy(bytes_ptr + GetByteSize(), buf, length); in Append()