Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp663 size_t string_size; in ReadCStringFromMemory() local
692 string_size = total_bytes_read - 1; in ReadCStringFromMemory()
703 return llvm::StringRef(buffer, string_size); in ReadCStringFromMemory()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2557 size_t string_size = string.size(); in append_hexified_string() local
2559 for (size_t i = 0; i < string_size; i++) { in append_hexified_string()