Searched refs:wrappedType (Results 1 – 4 of 4) sorted by relevance
227 #define DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, var, wrapCode, unwrapCode) \231 class SmartWrapper<wrappedType, unwrappedType> { \233 static FORCE_INLINE wrappedType Wrap(unwrappedType var) { \239 class SmartUnwrapper<wrappedType> { \242 static FORCE_INLINE unwrappedType Unwrap(wrappedType var) { \250 #define DECLARE_WRAPPER_BY_REINTERPRET_CAST(ruleSet, wrappedType, unwrappedType) \251 …DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, reinterpret_cast<wrappedType>(FROM), re…254 #define DECLARE_WRAPPER_BY_IMPLICIT_CAST(ruleSet, wrappedType, unwrappedType) \255 DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, FROM, FROM)258 #define DECLARE_POINTER_WRAPPER(ruleSet, wrappedType, unwrappedType) \[all …]
83 abstract Equivalence.Wrapper<TypeMirror> wrappedType(); in wrappedType() method in Key90 return wrappedType().get(); in type()356 DeclaredType wrappedType = types.getDeclaredType(wrappingElement, mapValueType);357 TypeMirror mapType = types.getDeclaredType(getMapElement(), keyType, wrappedType);
116 assertThat(key.wrappedType()).isEqualTo(MoreTypes.equivalence().wrap(stringType)); in forProvidesMethod_qualified()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...