/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | CollectionType.java | 10 public final class CollectionType class 21 private CollectionType(Class<?> collT, TypeBindings bindings, in CollectionType() method in CollectionType 31 protected CollectionType(TypeBase base, JavaType elemT) { in CollectionType() method in CollectionType 38 public static CollectionType construct(Class<?> rawType, TypeBindings bindings, in construct() 40 return new CollectionType(rawType, bindings, superClass, superInts, elemT, in construct() 48 public static CollectionType construct(Class<?> rawType, JavaType elemT) { in construct() 58 return new CollectionType(rawType, bindings, in construct() 67 return new CollectionType(subclass, _bindings, in _narrow() 76 return new CollectionType(_class, _bindings, _superClass, _superInterfaces, in withContentType() 81 public CollectionType withTypeHandler(Object h) { in withTypeHandler() [all …]
|
D | TypeFactory.java | 813 public CollectionType constructCollectionType(Class<? extends Collection> collectionClass, in constructCollectionType() 825 public CollectionType constructCollectionType(Class<? extends Collection> collectionClass, in constructCollectionType() 829 CollectionType result = (CollectionType) _fromClass(null, collectionClass, bindings); in constructCollectionType() 1135 public CollectionType constructRawCollectionType(Class<? extends Collection> collectionClass) { in constructRawCollectionType() 1229 return CollectionType.construct(rawClass, bindings, superClass, superInterfaces, ct); in _collectionType()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-flat_map.hpp | 265 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 268 all_observables<Observable, CollectionType>>, 270 class CollectionValueType = rxu::value_type_t<CollectionType>, 281 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 284 all_observables<Observable, CollectionType>, 287 class CollectionValueType = rxu::value_type_t<CollectionType>, 299 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 301 all_observables<Observable, CollectionType>, 304 class CollectionValueType = rxu::value_type_t<CollectionType>, 316 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, [all …]
|
D | rx-concat_map.hpp | 298 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 301 all_observables<Observable, CollectionType>>, 303 class CollectionValueType = rxu::value_type_t<CollectionType>, 314 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 317 all_observables<Observable, CollectionType>, 320 class CollectionValueType = rxu::value_type_t<CollectionType>, 332 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, 334 all_observables<Observable, CollectionType>, 337 class CollectionValueType = rxu::value_type_t<CollectionType>, 349 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>, [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestTypeResolution.java | 9 import com.fasterxml.jackson.databind.type.CollectionType; 54 CollectionType type = (CollectionType) t; in testListViaTypeRef() 63 JavaType type = (CollectionType) t; in testListViaClass()
|
D | TestTypeFactory.java | 164 assertEquals(CollectionType.class, t.getClass()); in testParametricTypes() 181 assertEquals(CollectionType.class, t3.getClass()); in testParametricTypes() 266 assertEquals(CollectionType.class, t.getClass()); in testCanonicalNames() 304 assertEquals(CollectionType.class, t.getClass()); in testCollections() 306 assertSame(Object.class, ((CollectionType) t).getContentType().getRawClass()); in testCollections() 310 assertEquals(CollectionType.class, t.getClass()); in testCollections() 313 JavaType elemType = ((CollectionType) t).getContentType(); in testCollections() 320 assertEquals(CollectionType.class, t.getClass()); in testCollections() 321 assertSame(String.class, ((CollectionType) t).getContentType().getRawClass()); in testCollections() 331 assertEquals(CollectionType.class, t.getClass()); in testCollectionsWithBindings() [all …]
|
D | ContainerTypesTest.java | 8 import com.fasterxml.jackson.databind.type.CollectionType; 39 assertEquals(CollectionType.class, t.getClass()); in testImplicitCollectionType() 49 assertEquals(CollectionType.class, t.getClass()); in testMissingCollectionType()
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | StreamsBenchmark.java | 39 enum CollectionType { enum in StreamsBenchmark 45 private CollectionType(Supplier<Collection<Object>> supplier) { in CollectionType() method in StreamsBenchmark.CollectionType 50 @Param private CollectionType source;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLParser.h | 380 template <class CollectionType> 381 typename CollectionType::iterator begin(CollectionType &C) { in begin() 384 typename CollectionType::iterator ret(&C); in begin() 389 template <class CollectionType> void skip(CollectionType &C) { in skip() 393 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e; in skip()
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 362 template <class CollectionType> 363 typename CollectionType::iterator begin(CollectionType &C) { in begin() 366 typename CollectionType::iterator ret(&C); in begin() 371 template <class CollectionType> void skip(CollectionType &C) { in skip() 375 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e; in skip()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 379 template <class CollectionType> 380 typename CollectionType::iterator begin(CollectionType &C) { in begin() 383 typename CollectionType::iterator ret(&C); in begin() 388 template <class CollectionType> void skip(CollectionType &C) { in skip() 392 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e; in skip()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 365 template <class CollectionType> 366 typename CollectionType::iterator begin(CollectionType &C) { in begin() 369 typename CollectionType::iterator ret(&C); in begin() 374 template <class CollectionType> void skip(CollectionType &C) { in skip() 378 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e; in skip()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | BeanDeserializerModifier.java | 11 import com.fasterxml.jackson.databind.type.CollectionType; 154 CollectionType type, BeanDescription beanDesc, JsonDeserializer<?> deserializer) { in modifyCollectionDeserializer()
|
D | Deserializers.java | 135 public JsonDeserializer<?> findCollectionDeserializer(CollectionType type, in findCollectionDeserializer() 300 public JsonDeserializer<?> findCollectionDeserializer(CollectionType type, in findCollectionDeserializer()
|
D | DeserializerFactory.java | 161 CollectionType type, BeanDescription beanDesc) in createCollectionDeserializer()
|
D | BasicDeserializerFactory.java | 1170 CollectionType type, BeanDescription beanDesc) in createCollectionDeserializer() 1208 CollectionType implType = _mapAbstractCollectionType(type, config); in createCollectionDeserializer() 1252 protected CollectionType _mapAbstractCollectionType(JavaType type, DeserializationConfig config) in _mapAbstractCollectionType() 1256 return (CollectionType) config.getTypeFactory() in _mapAbstractCollectionType() 1908 CollectionType ct = tf.constructCollectionType(Collection.class, elemType); in findDefaultDeserializer() 2014 protected JsonDeserializer<?> _findCustomCollectionDeserializer(CollectionType type, in _findCustomCollectionDeserializer()
|
D | DeserializerCache.java | 402 … return factory.createCollectionDeserializer(ctxt, (CollectionType) clt, beanDesc); in _createDeserializer2()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/ |
D | Serializers.java | 59 CollectionType type, BeanDescription beanDesc, in findCollectionSerializer() 129 CollectionType type, BeanDescription beanDesc, in findCollectionSerializer()
|
D | BeanSerializerModifier.java | 130 CollectionType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyCollectionSerializer()
|
D | BasicSerializerFactory.java | 645 … return buildCollectionSerializer(prov, (CollectionType) clt, beanDesc, staticTyping, in buildContainerSerializer() 684 CollectionType type, BeanDescription beanDesc, boolean staticTyping, in buildCollectionSerializer()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/ |
D | DeprecatedTypeHandling1102Test.java | 6 import com.fasterxml.jackson.databind.type.CollectionType; 59 JavaType t = CollectionType.construct(List.class, elem); in testExplicitCollectionType()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/ |
D | SimpleSerializers.java | 12 import com.fasterxml.jackson.databind.type.CollectionType; 177 CollectionType type, BeanDescription beanDesc, in findCollectionSerializer()
|
D | SimpleDeserializers.java | 101 public JsonDeserializer<?> findCollectionDeserializer(CollectionType type, in findCollectionDeserializer()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | BeanSerializerModifierTest.java | 18 import com.fasterxml.jackson.databind.type.CollectionType; 206 CollectionType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) {
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | TestBeanDeserializer.java | 14 import com.fasterxml.jackson.databind.type.CollectionType; 246 …eserializer<?> modifyCollectionDeserializer(DeserializationConfig config, CollectionType valueType,
|