Searched defs:wrapperType (Results 1 – 9 of 9) sorted by relevance
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
D | FutureWrapper.java | 47 public abstract WrapperType wrapperType(); in wrapperType() method in FutureWrapper 50 TypeMirror wrappedType, ClassName defaultWrapperClassName, WrapperType wrapperType) { in create() 58 WrapperType wrapperType) { in create() 129 WrapperType wrapperType) { in tryAddWrapper() 137 wrappers.add(FutureWrapper.create(typeElement.asType(), wrapperClassName, wrapperType)); in tryAddWrapper() local
|
D | ParcelableWrapper.java | 56 public abstract WrapperType wrapperType(); in wrapperType() method in ParcelableWrapper 59 TypeMirror wrappedType, ClassName defaultWrapperClassName, WrapperType wrapperType) { in create() 67 WrapperType wrapperType) { in create()
|
/external/guice/core/src/com/google/inject/internal/ |
D | TypeConverterBindingProcessor.java | 120 InjectorImpl injector, Class<T> primitiveType, final Class<T> wrapperType) { in convertToPrimitiveType()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 561 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone()
|
D | JsonParserTest.cs | 146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | SerializerProvider.java | 1364 Class<?> wrapperType = ClassUtil.wrapperType(rootType.getRawClass()); in _reportIncompatibleRootType() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 823 public static Class<?> wrapperType(Class<?> primitiveType) in wrapperType() method in ClassUtil
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 1276 LLVM::LLVMType wrapperType = in wrapExternalFunction() local
|