Searched defs:convertToType (Results 1 – 3 of 3) sorted by relevance
441 TypeToken<?> convertToType = type.resolveType(Converter.class.getTypeParameters()[1]); in getDefaultValue() local453 final TypeToken<F> convertFromType, final TypeToken<T> convertToType) { in defaultConverter()
437 TypeToken<?> convertToType = type.resolveType(Converter.class.getTypeParameters()[1]); in getDefaultValue() local449 final TypeToken<F> convertFromType, final TypeToken<T> convertToType) { in defaultConverter()
3041 static RValue convertToType(CodeGenFunction &CGF, RValue Value, in convertToType() function