Searched refs:GetCachedBytes (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DCommunication.h408 GetCachedBytes (void *dst, size_t dst_len);
/external/lldb/source/Core/
H A DCommunication.cpp149 size_t cached_bytes = GetCachedBytes (dst, dst_len);
179 return GetCachedBytes (dst, dst_len);
274 Communication::GetCachedBytes (void *dst, size_t dst_len) function in class:Communication

Completed in 110 milliseconds