Searched refs:value_storage_ (Results 1 – 2 of 2) sorted by relevance
437 StrAppend(&value_storage_, value_.str()); in DeepCopy()438 value_ = DataPiece(value_storage_, value_.use_strict_base64_decoding()); in DeepCopy()440 value_storage_ = value_.ToBytes().ValueOrDie(); in DeepCopy()442 DataPiece(value_storage_, true, value_.use_strict_base64_decoding()); in DeepCopy()
209 std::string value_storage_; variable