Home
last modified time | relevance | path

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

/external/gson/gson/src/main/java/com/google/gson/internal/reflect/
DReflectionHelper.java66 description = "constructor '" + constructorToString((Constructor<?>) object) + "'"; in getAccessibleObjectDescription()
89 public static String constructorToString(Constructor<?> constructor) { in constructorToString() method in ReflectionHelper
126 return "Failed making constructor '" + constructorToString(constructor) + "' accessible;" in tryMakeAccessible()
/external/gson/gson/src/main/java/com/google/gson/internal/
DConstructorConstructor.java268 …ntimeException("Failed to invoke constructor '" + ReflectionHelper.constructorToString(constructor…
273 …ntimeException("Failed to invoke constructor '" + ReflectionHelper.constructorToString(constructor…
/external/gson/gson/src/main/java/com/google/gson/internal/bind/
DReflectiveTypeAdapterFactory.java502 …"Could not find the index in the constructor '" + ReflectionHelper.constructorToString(constructor…
523 … "Failed to invoke constructor '" + ReflectionHelper.constructorToString(constructor) + "'"
529 … "Failed to invoke constructor '" + ReflectionHelper.constructorToString(constructor) + "'"
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java1567 @Test public void constructorToString() throws Exception { in constructorToString() method in TypeSpecTest
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DTypeSpecTest.kt2433 @Test fun constructorToString() { in constructorToString() method in com.squareup.kotlinpoet.TypeSpecTest