OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:golden1
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc
683
string
golden1
= "abcdefghijklmnopqrstuvwxyz";
local
685
const size_t total_size =
golden1
.size() + golden2.size();
686
string compressed = Compress(
golden1
, GzipOutputStream::Options()) +
Completed in 124 milliseconds