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