OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetToPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
CursorWindow.cpp
142
RowSlotChunk* firstChunk = static_cast<RowSlotChunk*>(
offsetToPtr
(mHeader->firstChunkOffset));
181
FieldSlot* fieldDir = static_cast<FieldSlot*>(
offsetToPtr
(fieldDirOffset));
226
offsetToPtr
(mHeader->firstChunkOffset));
228
chunk = static_cast<RowSlotChunk*>(
offsetToPtr
(chunk->nextChunkOffset));
237
offsetToPtr
(mHeader->firstChunkOffset));
239
chunk = static_cast<RowSlotChunk*>(
offsetToPtr
(chunk->nextChunkOffset));
249
chunk = static_cast<RowSlotChunk*>(
offsetToPtr
(chunk->nextChunkOffset));
269
FieldSlot* fieldDir = static_cast<FieldSlot*>(
offsetToPtr
(rowSlot->offset));
298
memcpy(
offsetToPtr
(offset), value, size);
/frameworks/base/include/androidfw/
CursorWindow.h
131
return static_cast<char*>(
offsetToPtr
(fieldSlot->data.buffer.offset));
136
return
offsetToPtr
(fieldSlot->data.buffer.offset);
169
inline void*
offsetToPtr
(uint32_t offset) {
Completed in 46 milliseconds