OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_append
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
seekable_buffer_unittest.cc
54
bool
should_append
= buffer_.Append(data_ + write_position, write_size);
local
58
EXPECT_EQ(
should_append
, buffer_.forward_bytes() < kBufferSize)
84
bool
should_append
= buffer_.Append(data_ + j, kWriteSize);
local
85
EXPECT_EQ(j < kBufferSize - kWriteSize,
should_append
)
257
bool
should_append
= buffer_.Append(data_ + write_position, write_size);
261
EXPECT_EQ(
should_append
, buffer_.forward_bytes() < kBufferSize)
Completed in 233 milliseconds