Searched refs:StrToBytes (Results 1 – 3 of 3) sorted by relevance
210 auto status = delegate->Put(StringUtils::StrToBytes(itemKey), value); in UpdateItem()233 … DistributedDB::Entry entry = { .key = StringUtils::StrToBytes(item.first), .value = item.second }; in UpdateItems()280 … DistributedDB::DBStatus status = delegates_.at(key)->Get(StringUtils::StrToBytes(itemKey), value); in GetItem()424 …DistributedDB::DBStatus status = delegates_.at(key)->GetEntries(StringUtils::StrToBytes(""), entri… in GetItems()
283 Bytes dst = StringUtils::StrToBytes(value); in PutString()291 Bytes keyBytes = StringUtils::StrToBytes(key); in GetDouble()307 Bytes keyBytes = StringUtils::StrToBytes(key); in GetBoolean()
34 static std::vector<uint8_t> StrToBytes(const std::string &src) in StrToBytes() function