Home
last modified time | relevance | path

Searched defs:GetLine (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.h49 uint8_t* GetLine(int32_t y) const { in GetLine() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc473 absl::string_view HloLexer::GetLine(LocTy loc) const { in GetLine() function in xla::HloLexer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas234 function GetLine: Integer; in GetLine() function
661 function GetLine: Integer; in GetLine() function
1599 function GetLine: Integer; in GetLine() function
1665 function GetLine: Integer; virtual; in GetLine() function
3121 function TCharStreamState.GetLine: Integer; in GetLine() function
3203 function TANTLRStringStream.GetLine: Integer; in GetLine() function
3909 function TCommonToken.GetLine: Integer; in GetLine() function
4087 function TClassicToken.GetLine: Integer; in GetLine() function
5437 function TLexer.GetLine: Integer; in GetLine() function
DAntlr.Runtime.Tree.pas449 function GetLine: Integer; in GetLine() function
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/libwebm/webvtt/
Dwebvttparser.cc32 int LineReader::GetLine(std::string* line_ptr) { in GetLine() function in libwebvtt::LineReader
/external/google-breakpad/src/processor/
Dmicrodump.cc89 bool GetLine(std::istringstream* istream, string* str) { in GetLine() function
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc311 const PDBSourceLineWriter::Line* PDBSourceLineWriter::Lines::GetLine( in GetLine() function in google_breakpad::PDBSourceLineWriter::Lines
482 bool PDBSourceLineWriter::GetLine(IDiaLineNumber* dia_line, Line* line) const { in GetLine() function in google_breakpad::PDBSourceLineWriter
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc169 ScopedLine GetLine(const char* prompt) { in GetLine() function
189 ScopedLine GetLine(const char* prompt) { in GetLine() function
/external/pdfium/core/fpdfdoc/
Dcpvt_variabletext.cpp146 bool CPVT_VariableText::Iterator::GetLine(CPVT_Line& line) const { in GetLine() function in CPVT_VariableText::Iterator
/external/rust/crates/gpio-cdev/src/
Dlib.rs116 GetLine, enumerator
/external/cronet/third_party/protobuf/python/google/protobuf/
Dtext_format.py91 def GetLine(self): member in ParseError
/external/protobuf/python/google/protobuf/
Dtext_format.py92 def GetLine(self): member in ParseError
/external/deqp-deps/amber/src/
Dcommand.h120 size_t GetLine() const { return line_; } in GetLine() function
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp925 static bool GetLine(CByteBuffer &buf, bool zeroMode, bool cr_lf_Mode, size_t &posCur, AString &s) in GetLine() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp74 bool CPWL_EditImpl::Iterator::GetLine(CPVT_Line& line) const { in GetLine() function in CPWL_EditImpl::Iterator
/external/webrtc/pc/
Dwebrtc_sdp.cc503 static absl::optional<absl::string_view> GetLine(absl::string_view message, in GetLine() function