| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnknownFieldSetLite.java | 346 private static int hashCode(int[] tags, int count) { in hashCode() method in UnknownFieldSetLite 347 int hashCode = 17; in hashCode() local 354 private static int hashCode(Object[] objects, int count) { in hashCode() method in UnknownFieldSetLite 355 int hashCode = 17; in hashCode() local 363 public int hashCode() { in hashCode() method in UnknownFieldSetLite 364 int hashCode = 17; in hashCode() local
|
| D | AbstractProtobufList.java | 87 public int hashCode() { in hashCode() method in AbstractProtobufList 89 int hashCode = 1; in hashCode() local
|
| D | MapField.java | 223 public int hashCode() { in hashCode() method in MapField 371 public int hashCode() { in hashCode() method in MapField.MutatabilityAwareMap 467 public int hashCode() { in hashCode() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection 564 public int hashCode() { in hashCode() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet 606 public int hashCode() { in hashCode() method in MapField.MutatabilityAwareMap.MutatabilityAwareIterator
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| D | MidiPortWrapper.java | 115 public int hashCode() { in hashCode() method in MidiPortWrapper 116 int hashCode = 1; in hashCode() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | MutableCodePointTrie.java | 757 int hashCode = makeHashCode(data, start); in extend() local 770 int hashCode = makeHashCode(data, start); in extend() local 776 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 786 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 796 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 806 int hashCode = makeHashCode(blockValue); in findAllSameBlock() local 817 int hashCode = blockData[blockStart++]; in makeHashCode() local 826 int hashCode = blockData[blockStart++]; in makeHashCode() local 834 int hashCode = blockValue; in makeHashCode() local 841 … private void addEntry(int[] data32, char[] data16, int blockStart, int hashCode, int dataIndex) { in addEntry() [all …]
|
| D | StringTrieBuilder.java | 185 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node 279 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode 322 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode 360 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode 596 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode 626 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode 736 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode 772 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
|
| D | DateInterval.java | 70 public int hashCode() { in hashCode() method in DateInterval
|
| D | CaseInsensitiveString.java | 80 public int hashCode() { in hashCode() method in CaseInsensitiveString
|
| D | Measure.java | 89 public int hashCode() { in hashCode() method in Measure
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
| D | RangeMacroProps.java | 27 public int hashCode() { in hashCode() method in RangeMacroProps
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 108 virtual int32_t hashCode() const { in hashCode() function 144 virtual int32_t hashCode() const { in hashCode() function
|
| /third_party/icu/icu4c/source/common/ |
| D | unifiedcache.h | 108 virtual int32_t hashCode() const { in hashCode() function 144 virtual int32_t hashCode() const { in hashCode() function
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 108 virtual int32_t hashCode() const { in hashCode() function 144 virtual int32_t hashCode() const { in hashCode() function
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | Pair.java | 54 public int hashCode() { in hashCode() method in Pair
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/ |
| D | EffectDescription.kt | 32 override fun hashCode(): Int = id method in com.mobileer.androidfxlab.datatype.EffectDescription
|
| /third_party/node/deps/icu-small/source/common/ |
| D | unifiedcache.h | 110 virtual int32_t hashCode() const override { in hashCode() function 155 virtual int32_t hashCode() const override { in hashCode() function
|
| /third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
| D | EJDB2Document.java | 33 public int hashCode() { in hashCode() method in EJDB2Document
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | stringtriebuilder.h | 200 inline int32_t hashCode() const { return hash; } in hashCode() function 202 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| D | ImmutableEntry.java | 46 public int hashCode() { in hashCode() method in ImmutableEntry
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | sfwdchit.cpp | 94 int32_t SimpleFwdCharIterator::hashCode(void) const { in hashCode() function in SimpleFwdCharIterator
|
| /third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/ |
| D | AudioDeviceListEntry.java | 64 public int hashCode() { in hashCode() method in AudioDeviceListEntry
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | PhoneNumberMatch.java | 102 public int hashCode() { in hashCode() method in PhoneNumberMatch
|