Searched refs:full_key (Results 1 – 3 of 3) sorted by relevance
90 std::string* full_key, bool* unexpected_error) { in DBGet() argument101 *full_key = std::string(prefix_buf) + base_key.ToString(); in DBGet()102 Slice key(*full_key); in DBGet()147 std::string full_key; in DoInsert() local151 &int_value, &full_key, &unexpected_error); in DoInsert()152 Slice key(full_key); in DoInsert()189 txn->GetSnapshot()->GetSequenceNumber(), full_key.c_str(), in DoInsert()
77 uint64_t* int_value, std::string* full_key,
173 Slice full_key(bucket, key_length_); in Get() local175 ParseInternalKey(full_key, &found_ikey); in Get()