Searched refs:str_key (Results 1 – 1 of 1) sorted by relevance
3205 std::string str_key = user_key.ToString(); in DumpIndexBlock() local3208 for (size_t i = 0; i < str_key.size(); i++) { in DumpIndexBlock()3209 res_key.append(&str_key[i], 1); in DumpIndexBlock()3312 std::string str_key = ikey.user_key().ToString(); in DumpKeyValue() local3316 for (size_t i = 0; i < str_key.size(); i++) { in DumpKeyValue()3317 if (str_key[i] == '\0') { in DumpKeyValue()3320 res_key.append(&str_key[i], 1); in DumpKeyValue()