Searched defs:location_sp (Results 1 - 1 of 1) sorted by path

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp672 ValueObjectSP &location_sp,
723 location_sp = s->GetChildAtIndex((layout == eLibcxxStringLayoutModeDSC) ? 0 : 1, true);
725 return (location_sp.get() != nullptr);
733 location_sp = (layout == eLibcxxStringLayoutModeDSC) ? layout_decider : l->GetChildAtIndex(2, true);
735 if (!size_vo || !location_sp)
746 ValueObjectSP location_sp((ValueObject*)nullptr);
747 if (!ExtractLibcxxStringInfo(valobj, location_sp, size))
754 if (!location_sp)
756 return WCharStringSummaryProvider(*location_sp.get(), stream);
763 ValueObjectSP location_sp((ValueObjec
671 ExtractLibcxxStringInfo(ValueObject& valobj, ValueObjectSP &location_sp, uint64_t& size) argument
[all...]

Completed in 170 milliseconds