Searched refs:newHash (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 343 return RubyHash.newHash(context.runtime, table, context.runtime.getNil()); in toHash()
|
D | RubyMessage.java | 364 RubyHash opts = RubyHash.newHash(runtime); in decodeJson() 374 RubyHash ret = RubyHash.newHash(runtime); in toHash()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 4606 Hashtable newHash(status); in checkRegisteredCollators() local 4663 newHash.puti(*locStr, 1, status); in checkRegisteredCollators() 4669 int32_t newI = newHash.geti(key); in checkRegisteredCollators()
|
/third_party/expat/lib/ |
D | xmlparse.c | 6958 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local 6959 size_t j = newHash & newMask; in lookup() 6963 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
|
/third_party/python/Modules/expat/ |
D | xmlparse.c | 6761 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local 6762 size_t j = newHash & newMask; in lookup() 6766 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmlparse.c | 6761 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local 6762 size_t j = newHash & newMask; in lookup() 6766 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
|