Searched refs:toHash (Results 1 – 3 of 3) sorted by relevance
66 size_t const toHash = MIN(FUZZ_RNG_SEED_SIZE, *size); in FUZZ_seed() local67 *size -= toHash; in FUZZ_seed()68 *src += toHash; in FUZZ_seed()69 return XXH32(data, toHash, 0); in FUZZ_seed()
193 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
348 return Helpers.invoke(context, message.toHash(context), "to_json"); in encodeJson()372 public IRubyObject toHash(ThreadContext context) { in toHash() method in RubyMessage