Searched refs:InternalCopy (Results 1 – 2 of 2) sorted by relevance
104 DataPiece(const DataPiece& r) : type_(r.type_) { InternalCopy(r); } in DataPiece()107 InternalCopy(x);190 void InternalCopy(const DataPiece& other);
400 void DataPiece::InternalCopy(const DataPiece& other) { in InternalCopy() function in google::protobuf::util::converter::DataPiece