Searched refs:LineLengthAt (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/debugger/model/
H A DLineDataSource.h18 virtual int32 LineLengthAt(int32 index) const = 0;
H A DFileSourceCode.h46 virtual int32 LineLengthAt(int32 index) const;
H A DDisassembledCode.h43 virtual int32 LineLengthAt(int32 index) const;
/haiku/headers/private/debugger/files/
H A DSourceFile.h33 int32 LineLengthAt(int32 index) const;
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp95 FileSourceCode::LineLengthAt(int32 index) const function in class:FileSourceCode
97 return fSourceFile->LineLengthAt(index);
H A DDisassembledCode.cpp88 DisassembledCode::LineLengthAt(int32 index) const function in class:DisassembledCode
/haiku/src/kits/debugger/files/
H A DSourceFile.cpp137 SourceFile::LineLengthAt(int32 index) const function in class:SourceFile
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1218 int32 lineLength = fSourceCode->LineLengthAt(i);
1313 fSelectionEnd.offset = fSourceCode->LineLengthAt(
1620 int32 lineLength = fSourceCode->LineLengthAt(line);
1737 int32 length = fSourceCode->LineLengthAt(point.line);
1791 fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);
1796 fSelectionEnd.offset = fSourceCode->LineLengthAt(
1802 fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);

Completed in 88 milliseconds