/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | MapLikeType.java | 22 protected final JavaType _keyType; field in MapLikeType 41 _keyType = keyT; in MapLikeType() 50 _keyType = keyT; in MapLikeType() 94 _superInterfaces, _keyType, _valueType, _valueHandler, in _narrow() 102 if (keyType == _keyType) { in withKeyType() 116 _superInterfaces, _keyType, contentType, _valueHandler, in withContentType() 123 _superInterfaces, _keyType, _valueType, _valueHandler, h, in withTypeHandler() 130 _superInterfaces, _keyType, _valueType.withTypeHandler(h), in withContentTypeHandler() 137 _superInterfaces, _keyType, _valueType, h, _typeHandler, in withValueHandler() 144 _superInterfaces, _keyType, _valueType.withValueHandler(h), in withContentValueHandler() [all …]
|
D | MapType.java | 64 _superClass, _superInterfaces, _keyType, _valueType, in _narrow() 71 _superClass, _superInterfaces, _keyType, _valueType, _valueHandler, h, _asStatic); in withTypeHandler() 78 _superClass, _superInterfaces, _keyType, _valueType.withTypeHandler(h), in withContentTypeHandler() 85 _superClass, _superInterfaces, _keyType, _valueType, h, _typeHandler, _asStatic); in withValueHandler() 91 _superClass, _superInterfaces, _keyType, _valueType.withValueHandler(h), in withContentValueHandler() 101 … _superClass, _superInterfaces, _keyType.withStaticTyping(), _valueType.withStaticTyping(), in withStaticTyping() 111 _keyType, contentType, _valueHandler, _typeHandler, _asStatic); in withContentType() 116 if (keyType == _keyType) { in withKeyType() 127 superClass, superInterfaces, _keyType, _valueType, in refine() 141 _superClass, _superInterfaces, _keyType.withTypeHandler(h), _valueType, in withKeyTypeHandler() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
D | MapSerializer.java | 69 protected final JavaType _keyType; field in MapSerializer 188 _keyType = keyType; in MapSerializer() 232 _keyType = src._keyType; in MapSerializer() 269 _keyType = src._keyType; in MapSerializer() 292 _keyType = src._keyType; in MapSerializer() 516 keySer = provider.findKeySerializer(_keyType, property); in createContextual() 791 … provider.findNullKeySerializer(_keyType, _property).serialize(null, gen, provider); in serializeFields() 834 keySerializer = provider.findNullKeySerializer(_keyType, _property); in serializeOptionalFields() 895 provider.findNullKeySerializer(_keyType, _property).serialize(null, gen, provider); in serializeFieldsUsing() 939 keySerializer = provider.findNullKeySerializer(_keyType, _property); in serializeFilteredFields() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | MapEntrySerializer.java | 46 protected final JavaType _entryType, _keyType, _valueType; field in MapEntrySerializer 113 _keyType = keyType; in MapEntrySerializer() 140 _keyType = src._keyType; in MapEntrySerializer() 219 keySer = provider.findKeySerializer(_keyType, property); in createContextual() 366 keySerializer = provider.findNullKeySerializer(_keyType, _property); in serializeDynamic()
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCConfiguration.mm | 43 @synthesize keyType = _keyType; 107 _keyType = RTCEncryptionKeyTypeECDSA; 207 [[self class] nativeEncryptionKeyTypeForKeyType:_keyType];
|