Searched refs:DecodeHex (Results 1 – 4 of 4) sorted by relevance
174 bool Slice::DecodeHex(std::string* result) const { in DecodeHex() function in ROCKSDB_NAMESPACE::Slice
111 bool DecodeHex(std::string* result) const;
1799 bool decode_success = hex_encoded_metadata.DecodeHex(&app_metadata_); in LoadFromFile()
790 if (!Slice(str.data() + 2, len - 2).DecodeHex(&result)) { in HexToString()