OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadRaw
(Results
1 - 3
of
3
) 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,
/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;
/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;
Completed in 181 milliseconds