Home
last modified time | relevance | path

Searched defs:getCursor (Results 1 – 10 of 10) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java122 public Position getCursor() { in getCursor() method in SourcePrinter
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h149 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java247 public int getCursor() { in getCursor() method in AnnotatedBytes
/external/protobuf/js/binary/
Ddecoder.js390 jspb.BinaryDecoder.prototype.getCursor = function() { method in jspb.BinaryDecoder
Dreader.js176 jspb.BinaryReader.prototype.getCursor = function() { method in jspb.BinaryReader
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h232 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/llvm/include/llvm/Support/
DGCOV.h222 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/clang/tools/libclang/
DCXIndexDataConsumer.h504 CXCursor getCursor(const Decl *D) { in getCursor() function
DCIndex.cpp5284 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3008 NaClBitstreamCursor &getCursor() const { return Record.GetCursor(); } in getCursor() function in __anon013ef65f0111::ModuleParser