Searched defs:utf8_data_buffer_sp (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp215 lldb::DataBufferSP utf8_data_buffer_sp; local
221 utf8_data_buffer_sp.reset(new DataBufferHeap(4*bufferSPSize,0));
222 utf8_data_ptr = (UTF8*)utf8_data_buffer_sp->GetBytes();
223 utf8_data_end_ptr = utf8_data_ptr + utf8_data_buffer_sp->GetByteSize();
225 utf8_data_ptr = (UTF8*)utf8_data_buffer_sp->GetBytes(); // needed because the ConvertFunction will change the value of the data_ptr

Completed in 67 milliseconds