Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfxcrt_windows.h26 virtual size_t WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
Dfxcrt_posix.h26 virtual size_t WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
Dfxcrt_platforms.h28 virtual size_t WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
Dextension.h23 virtual size_t WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos) = 0;
109 return (FX_BOOL)m_pFile->WritePos(buffer, size, offset); in WriteBlock()
Dfxcrt_platforms.cpp130 size_t CFXCRT_FileAccess_CRT::WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos) in WritePos() function in CFXCRT_FileAccess_CRT
Dfxcrt_posix.cpp121 size_t CFXCRT_FileAccess_Posix::WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos) in WritePos() function in CFXCRT_FileAccess_Posix
Dfxcrt_windows.cpp174 size_t CFXCRT_FileAccess_Win64::WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos) in WritePos() function in CFXCRT_FileAccess_Win64
Dfx_extension.cpp71 return ((IFXCRT_FileAccess*)hFile)->WritePos(pBuffer, szBuffer, pos); in FX_File_WritePos()
/external/llvm/lib/CodeGen/
DLiveInterval.cpp842 size_t WritePos = WriteI - LR->begin(); in flush() local
845 WriteI = LR->begin() + WritePos; in flush()