Searched defs:GetSibling (Results 1 - 4 of 4) sorted by last modified time

/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
/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
/external/lldb/source/Symbol/
H A DBlock.cpp601 Block::GetSibling() const function in class:Block

Completed in 232 milliseconds