Searched defs:GetLine (Results 1 - 11 of 11) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DDeclaration.h195 GetLine () const function in class:lldb_private::Declaration
/external/lldb/source/API/
H A DSBDeclaration.cpp94 SBDeclaration::GetLine () const function in class:SBDeclaration
100 line = m_opaque_ap->GetLine();
103 log->Printf ("SBLineEntry(%p)::GetLine () => %u", m_opaque_ap.get(), line);
192 strm.Printf ("%s:%u", file_path, GetLine());
H A DSBLineEntry.cpp138 SBLineEntry::GetLine () const function in class:SBLineEntry
147 log->Printf ("SBLineEntry(%p)::GetLine () => %u", m_opaque_ap.get(), line);
236 strm.Printf ("%s:%u", file_path, GetLine());
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc84 bool GetLine(base::StringPiece* line) { function in class:__anon4604::BufferReader
107 if (!GetLine(&line))
139 if (!reader->GetLine(&line))
181 if (!reader.GetLine(&line))
/external/lldb/source/Core/
H A DSourceManager.cpp510 if (!GetLine (line_no, buffer))
612 SourceManager::File::GetLine (uint32_t line_no, std::string &buffer) function in class:SourceManager::File
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas190 function GetLine: Integer;
219 property Line: Integer read GetLine write SetLine;
234 function GetLine: Integer; 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; function
676 property Line: Integer read GetLine write SetLine;
1050 function GetLine: Integer;
1116 property Line: Integer read GetLine;
1599 function GetLine: Integer; function
1665 function GetLine: Integer; virtual; function
[all...]
H A DAntlr.Runtime.Tree.pas449 function GetLine: Integer; function
512 property Line: Integer read GetLine;
1152 function GetLine: Integer; virtual;
1217 function GetLine: Integer; override; function
2268 function TBaseTree.GetLine: Integer;
2502 function TCommonTree.GetLine: Integer;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1817 FX_BOOL CPDF_VariableText_Iterator::GetLine(CPVT_Line & line) const function in class:CPDF_VariableText_Iterator
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1369 std::string GetLine(const std::string& message, function
H A Dwebrtcsdp.cc432 static bool GetLine(const std::string& message, function in namespace:webrtc
507 if (!GetLine(message, pos, line))
933 GetLine(message, &pos, &first_line);
2485 if (!GetLine(message, pos, &line)) {
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp80 FX_BOOL CFX_Edit_Iterator::GetLine(CPVT_Line & line) const function in class:CFX_Edit_Iterator
85 if (m_pVTIterator->GetLine(line))
2345 else if (pIterator->GetLine(line))
2459 if (!pIterator->GetLine(lineinfo))break;
2496 pIterator->GetLine(lineinfo);
2543 pIterator->GetLine(lineinfo);
2613 else if (pIterator->GetLine(line))
3371 else if (pIterator->GetLine(line))
3502 pIterator->GetLine(line);
3520 pIterator->GetLine(lin
[all...]

Completed in 4978 milliseconds