Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stddef.h>
#include <stdint.h>
#include "core/fxcrt/fx_types.h"
#include "third_party/base/numerics/safe_math.h"
Go to the source code of this file.
Typedefs | |
using | FX_SAFE_UINT32 = pdfium::base::CheckedNumeric<uint32_t> |
using | FX_SAFE_INT32 = pdfium::base::CheckedNumeric<int32_t> |
using | FX_SAFE_SIZE_T = pdfium::base::CheckedNumeric<size_t> |
using | FX_SAFE_FILESIZE = pdfium::base::CheckedNumeric<FX_FILESIZE> |
using FX_SAFE_FILESIZE = pdfium::base::CheckedNumeric<FX_FILESIZE> |
Definition at line 17 of file fx_safe_types.h.
using FX_SAFE_INT32 = pdfium::base::CheckedNumeric<int32_t> |
Definition at line 15 of file fx_safe_types.h.
using FX_SAFE_SIZE_T = pdfium::base::CheckedNumeric<size_t> |
Definition at line 16 of file fx_safe_types.h.
using FX_SAFE_UINT32 = pdfium::base::CheckedNumeric<uint32_t> |
Definition at line 14 of file fx_safe_types.h.