Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java325 private static int hashCode(int[] tags, int count) { in hashCode() method in UnknownFieldSetLite
326 int hashCode = 17; in hashCode() local
333 private static int hashCode(Object[] objects, int count) { in hashCode() method in UnknownFieldSetLite
334 int hashCode = 17; in hashCode() local
342 public int hashCode() { in hashCode() method in UnknownFieldSetLite
343 int hashCode = 17; in hashCode() local
DAbstractProtobufList.java69 public int hashCode() { in hashCode() method in AbstractProtobufList
71 int hashCode = 1; in hashCode() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiPortWrapper.java115 public int hashCode() { in hashCode() method in MidiPortWrapper
116 int hashCode = 1; in hashCode() local
/third_party/openhitls/bsl/hash/src/
Dbsl_hash.c274 uint32_t hashCode; in BSL_HASH_Next() local
318 uint32_t hashCode = BSL_HASH_CodeCalc(&key, sizeof(key)); in BSL_HASH_CodeCalcInt() local
331 uint32_t hashCode = BSL_HASH_CodeCalc(tmpKey, (uint32_t)strlen(tmpKey)); in BSL_HASH_CodeCalcStr() local
423 …tic inline int32_t BSL_HASH_CodeCheck(const BSL_HASH_Hash *hash, uintptr_t key, uint32_t *hashCode) in BSL_HASH_CodeCheck()
442 uint32_t hashCode; in BSL_HASH_Insert() local
473 uint32_t hashCode; in BSL_HASH_Put() local
520 uint32_t hashCode; in BSL_HASH_Find() local
556 uint32_t hashCode; in BSL_HASH_Erase() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java757 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 …]
DStringTrieBuilder.java185 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
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java765 int hashCode = makeHashCode(data, start); in extend() local
778 int hashCode = makeHashCode(data, start); in extend() local
784 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local
794 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local
804 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local
814 int hashCode = makeHashCode(blockValue); in findAllSameBlock() local
825 int hashCode = blockData[blockStart++]; in makeHashCode() local
834 int hashCode = blockData[blockStart++]; in makeHashCode() local
842 int hashCode = blockValue; in makeHashCode() local
849 … private void addEntry(int[] data32, char[] data16, int blockStart, int hashCode, int dataIndex) { in addEntry()
[all …]
DStringTrieBuilder.java186 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node
280 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode
323 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode
361 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode
597 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode
627 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode
737 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode
773 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
DDateInterval.java75 public int hashCode() { in hashCode() method in DateInterval
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
DEdge.java176 public int hashCode() { in hashCode() method in Edge.SimpleEdge
235 public int hashCode() { in hashCode() method in Edge.Concatenation
275 public int hashCode() { in hashCode() method in Edge.Disjunction
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
DRangeMacroProps.java25 public int hashCode() { in hashCode() method in RangeMacroProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
DRangeMacroProps.java27 public int hashCode() { in hashCode() method in RangeMacroProps
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.h108 virtual int32_t hashCode() const { in hashCode() function
144 virtual int32_t hashCode() const { in hashCode() function
/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DDslList.kt54 override fun hashCode(): Int = delegate.hashCode() in <lambda>() method
DDslMap.kt59 override fun hashCode(): Int = delegate.hashCode() in <lambda>() method
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dsfwdchit.cpp94 int32_t SimpleFwdCharIterator::hashCode() const { in hashCode() function in SimpleFwdCharIterator
/third_party/icu/icu4c/source/common/
Dunifiedcache.h110 virtual int32_t hashCode() const override { in hashCode() function
155 virtual int32_t hashCode() const override { in hashCode() function
/third_party/skia/m133/third_party/externals/icu/source/common/
Dunifiedcache.h110 virtual int32_t hashCode() const override { in hashCode() function
155 virtual int32_t hashCode() const override { in hashCode() function
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java96 private final int hashCode; field in RbPath
224 @Override public int hashCode() { in hashCode() method in RbPath
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DEffectDescription.kt32 override fun hashCode(): Int = id method in com.mobileer.androidfxlab.datatype.EffectDescription
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPair.java52 public int hashCode() { in hashCode() method in Pair
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPair.java54 public int hashCode() { in hashCode() method in Pair
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h203 inline int32_t hashCode() const { return hash; } in hashCode() function
205 … static inline int32_t hashCode(const Node *node) { return node==nullptr ? 0 : node->hashCode(); } in hashCode() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h203 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/
Dstringtriebuilder.h203 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

12345678910>>...14