OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:golden2
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc
684
string
golden2
= "the quick brown fox jumps over the lazy dog";
local
685
const size_t total_size = golden1.size() +
golden2
.size();
687
Compress(
golden2
, GzipOutputStream::Options());
Completed in 135 milliseconds