Home
last modified time | relevance | path

Searched refs:newHash (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java343 return RubyHash.newHash(context.runtime, table, context.runtime.getNil()); in toHash()
H A DRubyMessage.java364 RubyHash opts = RubyHash.newHash(runtime); in decodeJson()
374 RubyHash ret = RubyHash.newHash(runtime); in toHash()
/third_party/icu/icu4c/source/test/intltest/
H A Dloctest.cpp4656 Hashtable newHash(status); in checkRegisteredCollators()
4713 newHash.puti(*locStr, 1, status); in checkRegisteredCollators()
4719 int32_t newI = newHash.geti(key); in checkRegisteredCollators()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c7074 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local
7075 size_t j = newHash & newMask; in lookup()
7079 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
/third_party/python/Modules/expat/
H A Dxmlparse.c7096 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local
7097 size_t j = newHash & newMask; in lookup()
7101 step = PROBE_STEP(newHash, newMask, newPower); in lookup()

Completed in 31 milliseconds