Home
last modified time | relevance | path

Searched refs:GetLine (Results 1 – 17 of 17) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas190 function GetLine: Integer;
219 property Line: Integer read GetLine write SetLine;
234 function GetLine: Integer; in GetLine() function
249 property Line: Integer read GetLine write SetLine;
373 function GetLine: Integer;
383 property Line: Integer read GetLine write SetLine;
661 function GetLine: Integer; in GetLine() function
676 property Line: Integer read GetLine write SetLine;
1050 function GetLine: Integer;
1116 property Line: Integer read GetLine;
[all …]
DAntlr.Runtime.Tree.pas449 function GetLine: Integer; in GetLine() function
512 property Line: Integer read GetLine;
1152 function GetLine: Integer; virtual;
1217 function GetLine: Integer; override; in GetLine() function
2268 function TBaseTree.GetLine: Integer; in GetLine() function
2502 function TCommonTree.GetLine: Integer; in GetLine() function
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc115 char* GetLine(const char* prompt) { in GetLine() function
127 char* GetLine(const char* prompt) { in GetLine() function
320 char* line = GetLine("> "); in StartInteractiveShell()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp95 bool CPWL_EditImpl_Iterator::GetLine(CPVT_Line& line) const { in GetLine() function in CPWL_EditImpl_Iterator
98 if (m_pVTIterator->GetLine(line)) { in GetLine()
484 pIterator->GetLine(line); in DrawEdit()
1098 } else if (pIterator->GetLine(line)) { in ScrollToCaret()
1167 if (!pIterator->GetLine(lineinfo)) in RefreshPushLineRects()
1200 pIterator->GetLine(lineinfo); in RefreshWordRange()
1256 } else if (pIterator->GetLine(line)) { in SetCaretInfo()
1743 } else if (pIterator->GetLine(line)) { in SetCaretOrigin()
Dcpwl_edit_ctrl.cpp324 } else if (pIterator->GetLine(line)) { in GetCaretInfo()
Dcpwl_edit_impl.h408 bool GetLine(CPVT_Line& line) const;
Dcpwl_appstream.cpp610 pIterator->GetLine(line); in GetEditAppStream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h134 absl::string_view GetLine(LocTy loc) const;
Dhlo_lexer.cc421 absl::string_view HloLexer::GetLine(LocTy loc) const { in GetLine() function in xla::HloLexer
Dhlo_parser.cc412 error_lines.emplace_back(lexer_.GetLine(loc)); in Error()
/external/v8/tools/
Dlldb_commands.py87 line = frame.GetLineEntry().GetLine()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.h36 uint32_t GetLine() { return m_line; } in GetLine() function
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h41 bool GetLine(CPVT_Line& line) const;
Dcpdf_variabletext.cpp159 bool CPDF_VariableText::Iterator::GetLine(CPVT_Line& line) const { in GetLine() function in CPDF_VariableText::Iterator
Dcpvt_generateap.cpp117 pIterator->GetLine(line); in GenerateEditAP()
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc442 static bool GetLine(const std::string& message, in GetLine() function
518 if (!GetLine(message, pos, line)) in GetLineWithType()
951 GetLine(message, &pos, &first_line); in ParseCandidate()
2472 if (!GetLine(message, pos, &line)) { in ParseContent()
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go470 func (m *RequestLog) GetLine() []*LogLine { func