Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h104 DataPiece(const DataPiece& r) : type_(r.type_) { InternalCopy(r); } in DataPiece()
107 InternalCopy(x);
190 void InternalCopy(const DataPiece& other);
Ddatapiece.cc400 void DataPiece::InternalCopy(const DataPiece& other) { in InternalCopy() function in google::protobuf::util::converter::DataPiece