Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java283 TypeVariable<?>[] clazzParams = clazz.getTypeParameters(); in getListParameter() local
284 if (realTypes.length != clazzParams.length) { in getListParameter()
290 for (int j = 0; j < clazzParams.length; ++j) { in getListParameter()
291 if (superArg == clazzParams[j]) { in getListParameter()