Searched refs:str_b (Results 1 – 1 of 1) sorted by relevance
1282 std::string str_b = std::string(*prevSize, 'b'); in updateInPlaceSmallerSize() local1283 memcpy(prevValue, str_b.c_str(), str_b.size()); in updateInPlaceSmallerSize()1297 std::string str_b = std::string(*prevSize, 'b'); in updateInPlaceSmallerVarintSize() local1298 memcpy(prevValue, str_b.c_str(), str_b.size()); in updateInPlaceSmallerVarintSize()