Home
last modified time | relevance | path

Searched refs:CopyToString (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.cc65 void StringPiece::CopyToString(string* target) const { in CopyToString() function in google::protobuf::StringPiece
Dstringpiece.h320 void CopyToString(string* target) const;
Dstringpiece_unittest.cc588 a.CopyToString(&s2); in TEST()
591 b.CopyToString(&s2); in TEST()
594 e.CopyToString(&s2); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc142 chunk.CopyToString(&leftover_); in Parse()