Home
last modified time | relevance | path

Searched defs:WritePos (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
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_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_windows.cpp174 size_t CFXCRT_FileAccess_Win64::WritePos(const void* pBuffer, size_t szBuffer, FX_FILESIZE pos) in WritePos() function in CFXCRT_FileAccess_Win64
/external/llvm/lib/CodeGen/
DLiveInterval.cpp842 size_t WritePos = WriteI - LR->begin(); in flush() local