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

/external/lldb/test/python_api/default-constructor/
H A Dsb_block.py16 obj.GetFirstChild()
/external/lldb/scripts/Python/interface/
H A DSBBlock.i74 %feature("docstring", "Get the first child block.") GetFirstChild;
76 GetFirstChild ();
152 __swig_getmethods__["first_child"] = GetFirstChild
153 if _newclass: first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''')
/external/lldb/include/lldb/API/
H A DSBBlock.h58 GetFirstChild ();
/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
H A DDWARFDebugInfoEntry.cpp687 // a_cu, a_die->GetFirstChild(),
688 // b_cu, b_die->GetFirstChild(),
996 const DWARFDebugInfoEntry* child = GetFirstChild();
1827 const DWARFDebugInfoEntry* child = GetFirstChild();
1865 const DWARFDebugInfoEntry* child = GetFirstChild();
2244 DWARFDebugInfoEntry* child = GetFirstChild();
2305 const DWARFDebugInfoEntry* c = die_ref.GetFirstChild();
H A DSymbolFileDWARF.cpp292 for (const DWARFDebugInfoEntry *child_die = die->GetFirstChild();
1383 die->GetFirstChild(),
1518 for (const DWARFDebugInfoEntry *die = parent_die->GetFirstChild();
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_di
[all...]
H A DDWARFCompileUnit.cpp485 DWARFDebugInfoEntry* child = (*function_die_handle)->GetFirstChild();
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp21 CPDF_Bookmark Child = tree.GetFirstChild(This);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h88 CPDF_Bookmark GetFirstChild(CPDF_Bookmark parent);

Completed in 160 milliseconds