HomeSort by relevance Sort by last modified time
    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