Searched refs:frameworkTypeElement (Results 1 – 1 of 1) sorted by relevance
323 XTypeElement frameworkTypeElement = processingEnv.findTypeElement(frameworkClassName); in wrapMapValue() local324 if (frameworkTypeElement == null) { in wrapMapValue()330 processingEnv.getDeclaredType(frameworkTypeElement, mapType.valueType()); in wrapMapValue()