Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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/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/tools/parser/
Dhlo_lexer.h78 tensorflow::StringPiece GetLine(LocTy loc) const;
Dhlo_lexer.cc341 StringPiece HloLexer::GetLine(LocTy loc) const { in GetLine() function in xla::tools::HloLexer
Dhlo_parser.cc245 error_lines.push_back(lexer_.GetLine(loc).ToString()); in Error()
/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()