Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp734 ValueObjectSP size_vo(l->GetChildAtIndex(1, true)); in ExtractLibcxxStringInfo() local
735 if (!size_vo || !location_sp) in ExtractLibcxxStringInfo()
737 size = size_vo->GetValueAsUnsigned(0); in ExtractLibcxxStringInfo()
/external/lldb/examples/synthetic/
Dlibcxx.py48 size_vo = l.GetChildAtIndex(1)
49 size = size_vo.GetValueAsUnsigned(0)+1 # the NULL terminator must be accounted for