Home
last modified time | relevance | path

Searched defs:wrapperType (Results 1 – 9 of 9) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DFutureWrapper.java47 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
DParcelableWrapper.java56 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/
DTypeConverterBindingProcessor.java120 InjectorImpl injector, Class<T> primitiveType, final Class<T> wrapperType) { in convertToPrimitiveType()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs561 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone()
DJsonParserTest.cs146 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/
DJsonParserTest.cs146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializerProvider.java1364 Class<?> wrapperType = ClassUtil.wrapperType(rootType.getRawClass()); in _reportIncompatibleRootType() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DClassUtil.java823 public static Class<?> wrapperType(Class<?> primitiveType) in wrapperType() method in ClassUtil
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1276 LLVM::LLVMType wrapperType = in wrapExternalFunction() local