Home
last modified time | relevance | path

Searched refs:_FX_DYNAMICSTOREBLOCK (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.h94 typedef struct _FX_DYNAMICSTOREBLOCK { struct
95 _FX_DYNAMICSTOREBLOCK* NextBlock() const { in NextBlock() argument
96 return (_FX_DYNAMICSTOREBLOCK*)(Data() + iBlockSize); in NextBlock()
99 return (uint8_t*)this + sizeof(_FX_DYNAMICSTOREBLOCK); in Data() argument