Searched refs:hashCode (Results 1 - 25 of 77) sorted by relevance

1234

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DItem.java98 int hashCode; field in class:Item
132 hashCode = i.hashCode;
143 this.hashCode = 0x7FFFFFFF & (type + intVal);
154 this.hashCode = 0x7FFFFFFF & (type + (int) longVal);
165 this.hashCode = 0x7FFFFFFF & (type + (int) floatVal);
176 this.hashCode = 0x7FFFFFFF & (type + (int) doubleVal);
201 hashCode = 0x7FFFFFFF & (type + strVal1.hashCode());
204 hashCode
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DSecondaryKeyMetadata.java114 public int hashCode() { method in class:SecondaryKeyMetadata
115 return super.hashCode() +
116 relationship.hashCode() +
117 deleteAction.hashCode() +
118 ClassMetadata.hashCode(keyName) +
119 ClassMetadata.hashCode(elementClassName) +
120 ClassMetadata.hashCode(relatedEntity);
H A DPrimaryKeyMetadata.java58 public int hashCode() { method in class:PrimaryKeyMetadata
59 return super.hashCode() + ClassMetadata.hashCode(sequenceName);
H A DFieldMetadata.java76 public int hashCode() { method in class:FieldMetadata
77 return ClassMetadata.hashCode(name) +
78 ClassMetadata.hashCode(className) +
79 ClassMetadata.hashCode(declaringClassName);
H A DClassMetadata.java139 public int hashCode() { method in class:ClassMetadata
142 hashCode(className) +
143 hashCode(proxiedClassName) +
144 hashCode(primaryKey) +
145 hashCode(secondaryKeys) +
146 hashCode(compositeKeyFields);
157 static int hashCode(Object o) { method in class:ClassMetadata
159 return o.hashCode();
H A DEntityMetadata.java82 public int hashCode() { method in class:EntityMetadata
83 return ClassMetadata.hashCode(className) +
84 ClassMetadata.hashCode(primaryKey) +
85 ClassMetadata.hashCode(secondaryKeys);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DMapEntryParameter.java49 * java.util.Map.Entry#hashCode}.
53 public int hashCode() { method in class:MapEntryParameter
55 return ((key == null) ? 0 : key.hashCode()) ^
56 ((value == null) ? 0 : value.hashCode());
H A DStoredMap.java519 * equals(), but not hashCode().
521 public int hashCode() { method in class:StoredMap
522 return super.hashCode();
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DEntityConverter.java79 public int hashCode() { method in class:EntityConverter
80 return deletedKeys.hashCode() + super.hashCode();
H A DMutation.java73 public int hashCode() { method in class:Mutation
74 return className.hashCode() +
76 ((fieldName != null) ? fieldName.hashCode() : 0);
H A DRenamer.java94 public int hashCode() { method in class:Renamer
95 return newName.hashCode() + super.hashCode();
H A DConverter.java115 public int hashCode() { method in class:Converter
116 return conversion.hashCode() + super.hashCode();
H A DMutations.java176 public int hashCode() { method in class:Mutations
177 return renamers.hashCode() +
178 deleters.hashCode() +
179 converters.hashCode();
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestEntity.java35 public int hashCode() { method in class:TestEntity
H A DTestSR15721.java92 int hash = currentTxn.hashCode();
96 hash2 = currentTxn.hashCode();
116 hash2 = currentTxn.hashCode();
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dstringtriebuilder.h175 * they call the static Node::hashCode() which checks for a NULL pointer first.
190 inline int32_t hashCode() const { return hash; } function in class:StringTrieBuilder::Node
192 static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } function in class:StringTrieBuilder::Node
283 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
297 : ValueNode((0x333333*37+len)*37+hashCode(nextNode)),
339 hash=(hash*37+c)*37+hashCode(node);
355 hashCode(lessThanNode))*37+hashCode(greaterOrEqualNode)),
371 : ValueNode((0x666666*37+len)*37+hashCode(subNod
[all...]
H A Duchriter.h124 virtual int32_t hashCode(void) const;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dsfwdchit.h29 virtual int32_t hashCode(void) const;
H A Dtstnrapi.cpp37 // test clone(), ==, and hashCode()
42 // clone must have the same hashCode()
43 if(clone->hashCode()!=copy.hashCode()) {
44 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
49 // position changed, must change hashCode()
50 if(clone->hashCode()==copy.hashCode()) {
51 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next().hashCode()
[all...]
H A Dsfwdchit.cpp92 int32_t SimpleFwdCharIterator::hashCode(void) const { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp60 virtual int32_t hashCode(void) const{ function in class:SCharacterIterator
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
223 || test1->hashCode() == test4->hashCode())
224 errln("hashCode() failed: different objects have same hash code");
226 if (test1->hashCode() != test5->hashCode())
1090 virtual int32_t hashCode() const { function in class:SubCharIter
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DFieldInfo.java23 * <p>Note that the equals(), compareTo() and hashCode() methods only use the
136 public int hashCode() { method in class:FieldInfo
137 return name.hashCode();
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dscriptset.h55 int32_t hashCode() const;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbTxn.java77 * We must override Object.hashCode whenever we override
81 public int hashCode() method in class:DbTxn
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbidata.h156 int32_t hashCode();

Completed in 214 milliseconds

1234