Searched defs:commentID (Results 1 – 3 of 3) sorted by relevance
614 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local619 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local624 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local712 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local723 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local734 … String commentID = className + "." + meth.name_ + "_changed(" + type + ")"; in emitMethodIndexEntry() local829 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local838 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local847 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
1083 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local1143 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local1218 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local1287 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local1380 String commentID = fqName + "." + fieldName; in writeFieldTableEntry() local1440 String commentID = fqName + "." + memberName; in writeFieldChangedTableEntry() local1814 public void emitComment(String commentID, String possibleComment, in emitComment()
227 String commentID = null; in addTextToComments() local