Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp1002 size_t explicit_length = 0; in NSStringSummaryProvider() local
1009 explicit_length = explicit_length + 0; // inline1.length; in NSStringSummaryProvider()
1018explicit_length = process_sp->ReadUnsignedIntegerFromMemory(explicit_length_offset, 4, 0, error); in NSStringSummaryProvider()
1051 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
1056 return ReadAsciiBufferAndDumpToStream(location+1,process_sp,stream, explicit_length); in NSStringSummaryProvider()
1061 return ReadAsciiBufferAndDumpToStream(location,process_sp,stream,explicit_length); in NSStringSummaryProvider()
1089 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
1103 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
1112 return ReadAsciiBufferAndDumpToStream(location,process_sp,stream,explicit_length); in NSStringSummaryProvider()
1121explicit_length++; // account for the fact that there is no NULL and we need to have one added in NSStringSummaryProvider()
[all …]
/external/lldb/examples/python/
Ddiagnose_nsstring.py136 explicit_length = process.ReadUnsignedFromMemory(explicit_length_offset, 4, error)
137 …xplicit length location is at 0x%x - read value is %d\n" % (explicit_length_offset,explicit_length)