Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
H A 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/
H A 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
H A DRubyMessage.java348 return Helpers.invoke(context, message.toHash(context), "to_json"); in encodeJson()
372 public IRubyObject toHash(ThreadContext context) { in toHash() method in RubyMessage

Completed in 3 milliseconds