Home
last modified time | relevance | path

Searched refs:_hashCode (Results 1 – 8 of 8) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTypeKey.java12 protected int _hashCode; field in TypeKey
28 _hashCode = src._hashCode; in TypeKey()
38 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey()
45 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey()
68 _hashCode = typedHash(cls); in resetTyped()
75 _hashCode = untypedHash(cls); in resetUntyped()
82 _hashCode = typedHash(type); in resetTyped()
89 _hashCode = untypedHash(type); in resetUntyped()
104 @Override public final int hashCode() { return _hashCode; } in hashCode()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DClassKey.java33 private int _hashCode; field in ClassKey
39 _hashCode = 0; in ClassKey()
46 _hashCode = _className.hashCode(); in ClassKey()
53 _hashCode = _className.hashCode(); in reset()
93 @Override public int hashCode() { return _hashCode; } in hashCode()
DTypeBindings.java44 private final int _hashCode; field in TypeBindings
64 _hashCode = h; in TypeBindings()
306 return new AsKey(rawBase, _types, _hashCode); in asKey()
334 @Override public int hashCode() { return _hashCode; } in hashCode()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DName.java14 protected final int _hashCode; field in Name
18 _hashCode = hashCode; in Name()
48 @Override public final int hashCode() { return _hashCode; } in hashCode()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DNamedType.java14 protected final int _hashCode; field in NamedType
22 _hashCode = c.getName().hashCode() + ((name == null) ? 0 : name.hashCode()); in NamedType()
46 public int hashCode() { return _hashCode; } in hashCode()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DBeanPropertyMap.java232 int slot = _hashCode(key); in init()
326 final int slot = _hashCode(key); in withProperty()
614 int slot = _hashCode(keyFromAlias); in _findWithAlias()
802 private final int _hashCode(String key) { in _hashCode() method in BeanPropertyMap
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java313 private int _hashCode() { in _hashCode() method in DecimalFormatProperties
584 return _hashCode(); in hashCode()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalFormatProperties.java318 private int _hashCode() { in _hashCode() method in DecimalFormatProperties
589 return _hashCode(); in hashCode()