Home
last modified time | relevance | path

Searched defs:getLine (Results 1 – 21 of 21) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java71 public int getLine() { in getLine() method in TextFormatParseLocation
DTextFormat.java950 int getLine() { in getLine() method in TextFormat.Tokenizer
1390 public int getLine() { in getLine() method in TextFormat.ParseException
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormattedStream.h112 unsigned getLine() { return Position.second; } in getLine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp25 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DQualifierTypes.h44 const TSourceLoc &getLine() const { return mLine; } in getLine() function
DTypes.h484 const TSourceLoc &getLine() const { return typeSpecifierNonArray.line; } in getLine() function
DIntermNode.h81 const TSourceLoc &getLine() const { return mLine; } in getLine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h59 unsigned getLine() const { return Line; } in getLine() function
DMCDwarf.h104 unsigned getLine() const { return Line; } in getLine() function
/third_party/skia/experimental/sktext/editor/
DTexts.h111 BoxLine getLine(size_t lineIndex) { in getLine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h621 unsigned getLine() const { return Line; } in getLine() function
1433 unsigned getLine() const { return SubclassData32; } in getLine() function
1731 unsigned getLine() const { return Line; } in getLine() function
1908 unsigned getLine() const { return Line; } in getLine() function
2251 unsigned getLine() const { return Line; } in getLine() function
DDiagnosticInfo.h360 unsigned getLine() const { return Line; } in getLine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h440 unsigned getLine() const { return Line; } in getLine() function
622 unsigned getLine() const { return Line; } in getLine() function
/third_party/skia/experimental/sktext/include/
DText.h337 BoxLine getLine(size_t lineIndex) const { in getLine() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h273 const TSourceLoc& getLine() const { return line; } in getLine() function
/third_party/typescript/lib/
Dtypescript.d.ts4298 getLine(): number; method
DtypescriptServices.d.ts4298 getLine(): number; method
Dtsserverlibrary.d.ts4298 getLine(): number; method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4298 getLine(): number; method
Dtsserverlibrary.d.ts4298 getLine(): number; method
/third_party/node/tools/lint-md/
Dlint-md.mjs16775 function getLine(buffer, lineStart, lineEnd, position, maxLineLength) { function