Searched refs:GetChildAtIndex (Results 26 - 40 of 40) sorted by relevance

12

/external/lldb/examples/python/
H A Ddiagnose_nsstring.py108 info_bits = dumped.GetChildMemberWithName("_cfinfo").GetChildAtIndex(0 if little_endian else 3).GetValueAsUnsigned(0)
/external/lldb/source/DataFormatters/
H A DTypeSummary.cpp85 lldb::ValueObjectSP child_sp(object->GetChildAtIndex(idx, true));
H A DLibCxxMap.cpp303 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex (size_t idx) function in class:lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
347 GetChildAtIndex(0);
H A DNSDictionary.cpp210 lldb_private::formatters::NSDictionaryCodeRunningSyntheticFrontEnd::GetChildAtIndex (size_t idx) function in class:lldb_private::formatters::NSDictionaryCodeRunningSyntheticFrontEnd
330 lldb_private::formatters::NSDictionaryISyntheticFrontEnd::GetChildAtIndex (size_t idx) function in class:lldb_private::formatters::NSDictionaryISyntheticFrontEnd
491 lldb_private::formatters::NSDictionaryMSyntheticFrontEnd::GetChildAtIndex (size_t idx) function in class:lldb_private::formatters::NSDictionaryMSyntheticFrontEnd
H A DLibCxxList.cpp227 lldb_private::formatters::LibcxxStdListSyntheticFrontEnd::GetChildAtIndex (size_t idx) function in class:lldb_private::formatters::LibcxxStdListSyntheticFrontEnd
/external/chromium_org/third_party/WebKit/Tools/lldb/
H A Dlldb_webkit.py141 return self.valobj.GetChildAtIndex(2).GetChildMemberWithName('m_data8')
144 return self.valobj.GetChildAtIndex(2).GetChildMemberWithName('m_data16')
/external/lldb/source/Core/
H A DValueObject.cpp495 ValueObject::GetChildAtIndex (size_t idx, bool can_create) function in class:ValueObject
511 ValueObject* child = m_children.GetChildAtIndex(idx);
527 root = root->GetChildAtIndex(idx, true);
547 root = root->GetChildAtIndex(idx.first, idx.second);
567 root = root->GetChildAtIndex(idx, true);
587 root = root->GetChildAtIndex(idx.first, idx.second);
627 child_sp = GetChildAtIndex(*pos, can_create);
632 ValueObjectSP new_child_sp(child_sp->GetChildAtIndex (*pos, can_create));
897 ValueObjectSP child_sp = GetChildAtIndex(0, true);
1554 ValueObjectSP child = GetChildAtIndex(lo
[all...]
/external/lldb/source/Target/
H A DStackFrame.cpp787 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true));
840 child_valobj_sp = synthetic->GetChildAtIndex(child_index, true);
868 child_valobj_sp = valobj_sp->GetChildAtIndex (child_index, true);
916 child_valobj_sp = synthetic->GetChildAtIndex(child_index, true);
989 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true));
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp36 SBValue child(value.GetChildAtIndex(i, lldb::eDynamicCanRunTarget, true));
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h386 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx) function in class:lldb_private::ScriptInterpreter
H A DScriptInterpreterPython.h105 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx);
/external/lldb/source/API/
H A DSBValue.cpp830 SBValue::GetChildAtIndex (uint32_t idx) function in class:SBValue
841 return GetChildAtIndex (idx, use_dynamic, can_create_synthetic);
845 SBValue::GetChildAtIndex (uint32_t idx, lldb::DynamicValueType use_dynamic, bool can_create_synthetic) function in class:SBValue
855 child_sp = value_sp->GetChildAtIndex (idx, can_create);
872 log->Printf ("SBValue(%p)::GetChildAtIndex (%u) => SBValue(%p)", value_sp.get(), idx, value_sp.get());
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc566 v8::Handle<v8::Object> WebAXObjectProxy::GetChildAtIndex(unsigned index) { function in class:content::WebAXObjectProxy
863 return GetChildAtIndex(index);
1041 v8::Handle<v8::Object> RootWebAXObjectProxy::GetChildAtIndex(unsigned index) { function in class:content::RootWebAXObjectProxy
/external/lldb/include/lldb/Core/
H A DValueObject.h753 GetChildAtIndex (size_t idx, bool can_create);
1140 GetChildAtIndex (size_t idx) function in class:lldb_private::ValueObject::ChildrenManager
1296 // Should only be called by ValueObject::GetChildAtIndex()
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2441 ScriptInterpreterPython::GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor_sp, uint32_t idx) function in class:ScriptInterpreterPython

Completed in 265 milliseconds

12