HomeSort by relevance Sort by last modified time
    Searched refs:ReadRaw (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_response.cc 109 void AppCacheResponseIO::ReadRaw(int index, int offset,
178 ReadRaw(kResponseInfoIndex, 0, buffer_.get(), size);
207 ReadRaw(kResponseContentIndex,
appcache_response.h 113 void ReadRaw(int index, int offset, net::IOBuffer* buf, int buf_len);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 223 bool CodedInputStream::ReadRaw(void* buffer, int size) {
281 if (!ReadRaw(bytes, sizeof(*value))) return false;
298 if (!ReadRaw(bytes, sizeof(*value))) return false;
zero_copy_stream_unittest.cc 323 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
328 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
635 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
641 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
coded_stream_unittest.cc 257 coded_input.ReadRaw(&dummy, 1);
610 TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) {
618 EXPECT_TRUE(coded_input.ReadRaw(read_buffer, sizeof(kRawBytes)));
    [all...]
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 199 bool CodedInputStream::ReadRaw(void* buffer, int size) {
257 if (!ReadRaw(bytes, sizeof(*value))) return false;
274 if (!ReadRaw(bytes, sizeof(*value))) return false;
coded_stream_unittest.cc 224 coded_input.ReadRaw(&dummy, 1);
577 TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) {
585 EXPECT_TRUE(coded_input.ReadRaw(read_buffer, sizeof(kRawBytes)));
    [all...]
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
180 bool ReadRaw(void* buffer, int size);
182 // Like ReadRaw, but reads into a string.
    [all...]

Completed in 496 milliseconds