Home
last modified time | relevance | path

Searched refs:value_storage_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc435 StrAppend(&value_storage_, value_.str()); in DeepCopy()
436 value_ = DataPiece(value_storage_, value_.use_strict_base64_decoding()); in DeepCopy()
438 value_storage_ = value_.ToBytes().ValueOrDie(); in DeepCopy()
440 DataPiece(value_storage_, true, value_.use_strict_base64_decoding()); in DeepCopy()
Dprotostream_objectwriter.h213 std::string value_storage_; variable