Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h96 DataPiece(const DataPiece& r) : type_(r.type_) { InternalCopy(r); } in DataPiece()
99 InternalCopy(x);
176 void InternalCopy(const DataPiece& other);
Ddatapiece.cc355 void DataPiece::InternalCopy(const DataPiece& other) { in InternalCopy() function in google::protobuf::util::converter::DataPiece