Home
last modified time | relevance | path

Searched +defs:comment +defs:column (Results 1 – 24 of 24) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DNode.java60 private Comment comment; field in Node
178 public final void setComment(final Comment comment) { in setComment()
273 public void addOrphanComment(Comment comment) { in addOrphanComment()
350 public boolean isPositionedAfter(int line, int column) { in isPositionedAfter()
361 public boolean isPositionedBefore(int line, int column) { in isPositionedBefore()
/external/googleapis/google/cloud/clouddms/v1/
Dconversionworkspace_resources.proto426 string comment = 15 [(google.api.field_behavior) = OPTIONAL]; field
849 string comment = 6; field
902 string comment = 16; field
1184 int32 column = 2; field
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLSource.java66 private int column; field in XMLSource.SourceLocation
77 public SourceLocation(String system, int line, int column) { in SourceLocation()
1931 public XMLSource setInitialComment(String comment) { in setInitialComment()
1939 public XMLSource addComment(String xpath, String comment, Comments.CommentType type) { in addComment()
1948 comment)); in addComment() local
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1004 int line, column; in getLocationLineAndColumn() local
1967 int line, column; in getLocationLineAndColumn() local
2814 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1004 int line, column; in getLocationLineAndColumn() local
1967 int line, column; in getLocationLineAndColumn() local
2814 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp997 int line, column; in getLocationLineAndColumn() local
2001 int line, column; in getLocationLineAndColumn() local
2838 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3731 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3735 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
5044 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1004 int line, column; in getLocationLineAndColumn() local
1967 int line, column; in getLocationLineAndColumn() local
2814 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp997 int line, column; in getLocationLineAndColumn() local
2001 int line, column; in getLocationLineAndColumn() local
2838 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3731 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3735 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
5044 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1004 int line, column; in getLocationLineAndColumn() local
1967 int line, column; in getLocationLineAndColumn() local
2814 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
/external/python/cpython2/Modules/
D_elementtree.c86 #define ALLOC(size, comment) argument
87 #define RELEASE(size, comment) argument
2187 expat_set_error(const char* message, int line, int column)
2433 PyObject* comment; local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerImpl.java611 private boolean addIndent(int column) { in addIndent()
1479 CommentToken comment = scanComment(CommentType.IN_LINE); in scanDirectiveIgnoredLine() local
/external/rust/crates/regex-syntax/src/ast/
Dmod.rs360 pub column: usize, field
458 pub comment: String, field
Dparse.rs405 fn column(&self) -> usize { in column() method
552 let comment = ast::Comment { in bump_space() localVariable
/external/python/cpython3/Modules/
D_elementtree.c2808 PyObject* comment; in treebuilder_handle_comment() local
3146 expat_set_error(enum XML_Error error_code, Py_ssize_t line, Py_ssize_t column, in expat_set_error()
3454 PyObject* comment; in expat_comment_handler() local
/external/skia/modules/skparagraph/slides/
DParagraphSlide.cpp267 SkPaint comment; in drawCode() local
2715 auto column = this->size().width()/3; in draw() local
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h24510 u16 column; member
69615 const struct tomoyo_path_info *comment; member
86101 u32 column; member
87086 char *comment; member
91777 unsigned int column; member
113721 u16 column; member
Dvmlinux.h24510 u16 column; member
69615 const struct tomoyo_path_info *comment; member
86101 u32 column; member
87086 char *comment; member
91777 unsigned int column; member
113721 u16 column; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h40877 u32 column; member
41803 u16 column; member
95683 char *comment; member
97429 unsigned int column; member
100459 u16 column; member
Dvmlinux_608.h40877 u32 column; member
41803 u16 column; member
95683 char *comment; member
97429 unsigned int column; member
100459 u16 column; member
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h24432 u32 column; member
24546 char *comment; member
99398 unsigned int column; member
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h37348 u32 column; member
39542 unsigned int column; member
79125 char *comment; member
Dvmlinux.h37348 u32 column; member
39542 unsigned int column; member
79125 char *comment; member
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h81752 unsigned int column; member
134048 char *comment; member
Dvmlinux_602.h81752 unsigned int column; member
134048 char *comment; member