Home
last modified time | relevance | path

Searched refs:new_bytes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFString.py94 new_bytes = bytearray(content)
95 b0 = new_bytes[0]
96 b1 = new_bytes[1]
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py887 new_bytes = self._sock.recv(4096)
888 self._process_new_bytes(new_bytes)
891 def _process_new_bytes(self, new_bytes): argument
893 self._receive_buffer += new_bytes
/llvm-project-15.0.7/lldb/source/Utility/
H A DEvent.cpp183 void EventDataBytes::SwapBytes(std::string &new_bytes) { in SwapBytes() argument
184 m_bytes.swap(new_bytes); in SwapBytes()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEvent.h82 void SwapBytes(std::string &new_bytes);