Home
last modified time | relevance | path

Searched refs:toHash (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/ossfuzz/
Dfuzz_helpers.h66 size_t const toHash = MIN(FUZZ_RNG_SEED_SIZE, *size); in FUZZ_seed() local
67 *size -= toHash; in FUZZ_seed()
68 *src += toHash; in FUZZ_seed()
69 return XXH32(data, toHash, 0); in FUZZ_seed()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java193 return toHash(context).op_equal(context, _other); in eq()
217 return toHash(getRuntime().getCurrentContext()).inspect(); in inspect()
342 public RubyHash toHash(ThreadContext context) { in toHash() method in RubyMap
DRubyMessage.java348 return Helpers.invoke(context, message.toHash(context), "to_json"); in encodeJson()
372 public IRubyObject toHash(ThreadContext context) { in toHash() method in RubyMessage