Home
last modified time | relevance | path

Searched refs:GetFieldAtIndex (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/type_completion/
DTestTypeCompletion.py98 field0 = name_address_type.GetFieldAtIndex(0)
122 field0 = name_address_type.GetFieldAtIndex(0)
147 field0 = name_address_type.GetFieldAtIndex(0)
/external/llvm-project/lldb/test/API/lang/objc/modules-app-update/
DTestClangModulesAppUpdate.py43 self.assertEqual(foo.GetFieldAtIndex(0).GetName(), "i")
56 self.assertEqual(foo.GetFieldAtIndex(0).GetName(), "i")
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp414 CPDF_FormField* GetFieldAtIndex(size_t index) { in GetFieldAtIndex() function in CFieldTree::Node
705 return m_pFieldTree->m_Root.GetFieldAtIndex(index); in GetField()
708 return pNode ? pNode->GetFieldAtIndex(index) : nullptr; in GetField()
817 CPDF_FormField* pField = m_pFieldTree->m_Root.GetFieldAtIndex(i); in ResetForm()
831 CPDF_FormField* pField = m_pFieldTree->m_Root.GetFieldAtIndex(i); in ResetForm()
985 CPDF_FormField* pField = m_pFieldTree->m_Root.GetFieldAtIndex(i); in CheckRequiredFields()
1018 fields.push_back(m_pFieldTree->m_Root.GetFieldAtIndex(i)); in ExportToFDF()
1050 CPDF_FormField* pField = m_pFieldTree->m_Root.GetFieldAtIndex(i); in ExportToFDF()
/external/llvm-project/lldb/test/API/python_api/objc_type/
DTestObjCType.py65 aBarField = aBarType.GetFieldAtIndex(0)
/external/llvm-project/lldb/bindings/interface/
DSBType.i269 GetFieldAtIndex (uint32_t idx);
368 fields.append(self.GetFieldAtIndex(idx))
/external/llvm-project/lldb/include/lldb/Target/
DProcessStructReader.h55 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp531 CompilerType CompilerType::GetFieldAtIndex(size_t idx, std::string &name, in GetFieldAtIndex() function in CompilerType
537 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
579 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
DVariable.cpp529 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers()
/external/llvm-project/lldb/source/API/
DSBType.cpp454 SBTypeMember SBType::GetFieldAtIndex(uint32_t idx) { in GetFieldAtIndex() function in SBType
455 LLDB_RECORD_METHOD(lldb::SBTypeMember, SBType, GetFieldAtIndex, (uint32_t), in GetFieldAtIndex()
466 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
959 LLDB_REGISTER_METHOD(lldb::SBTypeMember, SBType, GetFieldAtIndex, in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp938 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl()
962 return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
1034 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp703 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
769 return_compiler_type.GetFieldAtIndex(idx + 1, name, in GetReturnValueObjectImpl()
789 return_compiler_type.GetFieldAtIndex(idx - 1, name, in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp125 m_element_type.GetFieldAtIndex(0, name, nullptr, nullptr, nullptr); in GetChildAtIndex()
DLibCxxMap.cpp279 m_element_type = m_element_type.GetFieldAtIndex( in GetDataType()
DLibCxx.cpp270 pair_type = pair_type.GetFieldAtIndex( in Update()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h166 lldb::SBTypeMember GetFieldAtIndex(uint32_t idx);
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h289 CompilerType GetFieldAtIndex(size_t idx, std::string &name,
DTypeSystem.h299 virtual CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py189 member = value_type.GetFieldAtIndex(0)
194 member = value_type.GetFieldAtIndex(field_idx)
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIWindows_x86_64.cpp560 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType()
DABISysV_x86_64.cpp587 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType()
/external/llvm-project/lldb/examples/synthetic/
Dlibcxx.py556 field = node_type.GetFieldAtIndex(i)
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h779 CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
DTypeSystemClang.cpp5526 CompilerType TypeSystemClang::GetFieldAtIndex(lldb::opaque_compiler_type_t type, in GetFieldAtIndex() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABISysV_arm.cpp1730 base_type = compiler_type.GetFieldAtIndex(index, name, nullptr, in GetReturnValueObjectImpl()