Searched refs:index (Results 76 - 100 of 1857) sorted by path

1234567891011>>

/haiku/headers/private/debugger/debug_info/
H A DImageDebugInfo.h57 FunctionInstance* FunctionAt(int32 index) const;
/haiku/headers/private/debugger/elf/
H A DElfFile.h134 ElfSection* SectionAt(int32 index) const
135 { return fSections.ItemAt(index); }
143 ElfSegment* SegmentAt(int32 index) const
144 { return fSegments.ItemAt(index); }
/haiku/headers/private/debugger/files/
H A DSourceFile.h32 const char* LineAt(int32 index) const;
33 int32 LineLengthAt(int32 index) const;
/haiku/headers/private/debugger/model/
H A DDisassembledCode.h42 virtual const char* LineAt(int32 index) const;
43 virtual int32 LineLengthAt(int32 index) const;
H A DFileSourceCode.h45 virtual const char* LineAt(int32 index) const;
46 virtual int32 LineLengthAt(int32 index) const;
H A DLineDataSource.h17 virtual const char* LineAt(int32 index) const = 0;
18 virtual int32 LineLengthAt(int32 index) const = 0;
H A DStackFrame.h72 Variable* ParameterAt(int32 index) const;
76 Variable* LocalVariableAt(int32 index) const;
H A DStackTrace.h22 StackFrame* FrameAt(int32 index) const;
H A DStatement.h24 virtual TargetAddressRange AddressRangeAt(int32 index) const = 0;
53 virtual TargetAddressRange AddressRangeAt(int32 index) const;
H A DTargetHost.h39 TeamInfo* TeamInfoAt(int32 index) const;
H A DTeam.h177 Breakpoint* BreakpointAt(int32 index) const;
201 Watchpoint* WatchpointAt(int32 index) const;
H A DType.h184 virtual BaseType* BaseTypeAt(int32 index) const = 0;
187 virtual DataMember* DataMemberAt(int32 index) const = 0;
190 virtual TemplateParameter* TemplateParameterAt(int32 index) const = 0;
248 virtual EnumeratorValue* ValueAt(int32 index) const = 0;
275 virtual ArrayDimension* DimensionAt(int32 index) const = 0;
302 virtual FunctionParameter* ParameterAt(int32 index) const = 0;
H A DTypeComponentPath.h27 uint64 index; member in struct:TypeComponent
41 index(other.index),
54 void SetToBaseType(type_kind typeKind, uint64 index = 0,
59 this->index = index;
63 void SetToDataMember(type_kind typeKind, uint64 index, argument
68 this->index = index;
76 this->index
[all...]
H A DUserBreakpoint.h88 UserBreakpointInstance* InstanceAt(int32 index) const;
95 UserBreakpointInstance* RemoveInstanceAt(int32 index);
/haiku/headers/private/debugger/settings/
H A DTeamSettings.h39 const BreakpointSetting* BreakpointAt(int32 index) const;
42 const TeamUiSettings* UiSettingAt(int32 index) const;
/haiku/headers/private/debugger/settings/generic/
H A DSetting.h76 virtual SettingsOption* OptionAt(int32 index) const = 0;
167 virtual SettingsOption* OptionAt(int32 index) const;
H A DSettingsDescription.h22 Setting* SettingAt(int32 index) const;
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h35 TeamDebugger* TeamDebuggerAt(int32 index) const;
H A DTargetHostInterfaceRoster.h38 InterfaceInfoAt(int32 index) const;
45 TargetHostInterface* ActiveInterfaceAt(int32 index) const;
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h29 inline int64 IndexAt(int32 index) const;
30 inline bool AddIndex(int64 index);
51 ArrayIndexPath::IndexAt(int32 index) const
53 return index >= 0 && index < fIndices.Count()
54 ? fIndices.ElementAt(index) : -1;
59 ArrayIndexPath::AddIndex(int64 index) argument
61 return fIndices.Add(index);
H A DTargetAddressRangeList.h29 TargetAddressRange RangeAt(int32 index) const;
H A DValueLocation.h168 ValuePieceLocation PieceAt(int32 index) const;
169 bool SetPieceAt(int32 index,
/haiku/headers/private/debugger/util/
H A DRangeList.h43 void RemoveRangeAt(int32 index);
46 const Range* RangeAt(int32 index) const;
/haiku/headers/private/debugger/value/
H A DValueNode.h59 virtual ValueNodeChild* ChildAt(int32 index) const = 0;
142 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DValueNodeContainer.h33 ValueNodeChild* ChildAt(int32 index) const;

Completed in 186 milliseconds

1234567891011>>