Searched refs:GetSibling (Results 1 - 12 of 12) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_block.py15 obj.GetSibling()
/external/lldb/scripts/Python/interface/
H A DSBBlock.i70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
72 GetSibling ();
158 __swig_getmethods__["sibling"] = GetSibling
159 if _newclass: sibling = property(GetSibling, None, doc='''A read only property that returns the same result as GetSibling().''')
/external/lldb/include/lldb/API/
H A DSBBlock.h55 GetSibling ();
/external/lldb/include/lldb/Symbol/
H A DBlock.h248 GetSibling () const;
/external/lldb/source/API/
H A DSBBlock.cpp149 SBBlock::GetSibling () function in class:SBBlock
153 sb_block.m_opaque_ptr = m_opaque_ptr->GetSibling();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h364 DWARFDebugInfoEntry* GetSibling() { return m_sibling_idx > 0 ? this + m_sibling_idx : NULL; } function in class:DWARFDebugInfoEntry
365 const DWARFDebugInfoEntry* GetSibling() const { return m_sibling_idx > 0 ? this + m_sibling_idx : NULL; } function in class:DWARFDebugInfoEntry
H A DDWARFDebugInfoEntry.cpp702 // a_cu, a_die->GetSibling(),
703 // b_cu, b_die->GetSibling(),
1004 child = child->GetSibling();
1793 const DWARFDebugInfoEntry *sibling = GetSibling();
1831 child = child->GetSibling();
1869 child = child->GetSibling();
2249 child = child->GetSibling();
2304 const DWARFDebugInfoEntry* s = die_ref.GetSibling();
H A DSymbolFileDWARF.cpp294 child_die = child_die->GetSibling())
1401 die = die->GetSibling();
1520 die = die->GetSibling())
1661 for (const DWARFDebugInfoEntry *die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling())
1710 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling())
4158 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling())
4326 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling())
4404 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling())
5348 for (src_die = src_class_die->GetFirstChild(); src_die != NULL; src_die = src_die->GetSibling())
5370 for (dst_die = dst_class_die->GetFirstChild(); dst_die != NULL; dst_die = dst_die->GetSibling())
[all...]
H A DDWARFCompileUnit.cpp490 child = child->GetSibling();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h175 CPDFSDK_Widget* GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const;
/external/lldb/source/Symbol/
H A DBlock.cpp601 Block::GetSibling() const function in class:Block
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1729 CPDFSDK_Widget* CPDFSDK_InterForm::GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const function in class:CPDFSDK_InterForm

Completed in 1984 milliseconds