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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp8 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(CPDF_Bookmark Parent) function in class:CPDF_BookmarkTree
/external/lldb/include/lldb/Symbol/
H A DBlock.h258 GetFirstChild () const function in class:lldb_private::Block
/external/lldb/source/API/
H A DSBBlock.cpp158 SBBlock::GetFirstChild () function in class:SBBlock
162 sb_block.m_opaque_ptr = m_opaque_ptr->GetFirstChild();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h369 DWARFDebugInfoEntry* GetFirstChild() { return (HasChildren() && !m_empty_children) ? this + 1 : NULL; } function in class:DWARFDebugInfoEntry
370 const DWARFDebugInfoEntry* GetFirstChild() const { return (HasChildren() && !m_empty_children) ? this + 1 : NULL; } function in class:DWARFDebugInfoEntry

Completed in 6399 milliseconds