Searched defs:methodCache (Results 1 – 5 of 5) sorted by relevance
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
| D | ClassMap.java | 58 private final MethodCache methodCache; field in ClassMap 127 MethodCache methodCache = new MethodCache(log, conversionHandler); in createMethodCache() local 159 private void populateMethodCacheWithInterface(MethodCache methodCache, Class<?> iface) in populateMethodCacheWithInterface() 172 private void populateMethodCacheWith(MethodCache methodCache, Class<?> classToReflect) in populateMethodCacheWith()
|
| /external/escapevelocity/src/main/java/com/google/escapevelocity/ |
| D | MethodFinder.java | 55 private final Table<Class<?>, String, ImmutableSet<Method>> methodCache = HashBasedTable.create(); field in MethodFinder
|
| /external/turbine/java/com/google/turbine/processing/ |
| D | ModelFactory.java | 114 private final Map<MethodSymbol, TurbineExecutableElement> methodCache = new HashMap<>(); field in ModelFactory
|
| /external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/classinspectors/ |
| D | ReflectiveClassInspector.kt | 81 private val methodCache = ConcurrentHashMap<Pair<Class<*>, String>, Optional<Method>>() in <lambda>() constant
|
| D | ElementsClassInspector.kt | 98 …private val methodCache = ConcurrentHashMap<Pair<TypeElement, String>, Optional<ExecutableElement>… in <lambda>() constant in com.squareup.kotlinpoet.metadata.classinspectors.ElementsClassInspector
|