OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncompressed_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
reliable_quic_stream_test.cc
317
string
uncompressed_data
= uncompressed_headers + body;
local
346
string
uncompressed_data
= uncompressed_headers + body;
local
355
for (size_t i = 0; i <
uncompressed_data
.length(); ++i) {
358
EXPECT_EQ(
uncompressed_data
.data()[i], buffer[0]);
371
string
uncompressed_data
= uncompressed_headers + body;
local
383
for (size_t i = 0; i <
uncompressed_data
.length(); i += 2) {
386
ASSERT_EQ(
uncompressed_data
.data()[i], buffer1[0]) << i;
387
ASSERT_EQ(
uncompressed_data
.data()[i + 1], buffer2[0]) << i;
/external/chromium_org/net/quic/crypto/
cert_compressor.cc
569
scoped_ptr<uint8[]>
uncompressed_data
;
local
585
uncompressed_data
.reset(new uint8[uncompressed_size]);
590
z.next_out =
uncompressed_data
.get();
614
uncompressed = StringPiece(reinterpret_cast<char*>(
uncompressed_data
.get()),
Completed in 111 milliseconds