Searched defs:commentID (Results 1 – 3 of 3) sorted by relevance
618 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local623 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local628 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local716 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local727 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local738 … String commentID = className + "." + meth.name_ + "_changed(" + type + ")"; in emitMethodIndexEntry() local834 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local843 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local852 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
1262 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local1322 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local1397 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local1466 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local1559 String commentID = fqName + "." + fieldName; in writeFieldTableEntry() local1619 String commentID = fqName + "." + memberName; in writeFieldChangedTableEntry() local1993 public void emitComment(String commentID, String possibleComment, in emitComment()
226 String commentID = null; in addTextToComments() local