Searched refs:cons (Results 1 – 5 of 5) sorted by relevance
178 private String buildConstructorSignature(ExecutableElement cons) in buildConstructorSignature() argument180 return getExecutableSignature("<init>", cons); in buildConstructorSignature()
188 (cons "Protocol Buffers" (c-lang-const c-mode-menu protobuf)))
595 Constructor<?> cons = tcvClass.getConstructor(pw.getClass()); in dumpGeneratedClass() local596 Object tcv = cons.newInstance(pw); in dumpGeneratedClass()
54 // Pros/cons of the two approaches:
7474 final Constructor<T> cons = cls.getConstructor(Parcel.class); in createIntentsList() local7478 intentsList.add(cons.newInstance(in)); in createIntentsList()