Searched refs:newHash (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 343 return RubyHash.newHash(context.runtime, table, context.runtime.getNil()); in toHash()
|
H A 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/ |
H A D | loctest.cpp | 4656 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 D | xmlparse.c | 7074 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 D | xmlparse.c | 7096 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