Home | History | Annotate | Download | only in src

Lines Matching refs:key_copy

404     const void** key_copy = saved_buckets_keys_[saved_buckets_count_];
405 std::copy(key, key + depth, key_copy);
409 bucket->stack = key_copy;
413 const void** key_copy
416 std::copy(key, key + depth, key_copy);
422 bucket->stack = key_copy;
523 const void** key_copy = static_cast<const void**>(
525 std::copy(bucket.stack, bucket.stack + bucket.depth, key_copy);
531 new_bucket->stack = key_copy;