Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 – 5 of 5) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java554 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local
555 if (ctorType.compareTo("void") == 0) in reportAllCtors()
556 ctorType = ""; in reportAllCtors()
557 String id = className + "(" + ctorType + ")"; in reportAllCtors()
559 writeCtorTableEntry(pkgName, className, ctorType, 0, ctorAPI.doc_, false); in reportAllCtors()
570 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local
571 if (ctorType.compareTo("void") == 0) in reportAllCtors()
572 ctorType = ""; in reportAllCtors()
573 String id = className + "(" + ctorType + ")"; in reportAllCtors()
575 writeCtorTableEntry(pkgName, className, ctorType, 1, ctorAPI.doc_, false); in reportAllCtors()
DAPIHandler.java107 String ctorType = attributes.getValue("type"); in startElement() local
108 XMLToAPI.addCtor(ctorName, ctorType, getModifiers(attributes)); in startElement()
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3735 StructorType ctorType) { in emitCXXConstructor() argument