Chromium Embedded Framework (CEF)  107.1.0+g0bd2c19+chromium-107.0.5304.29
cef_basictypes.h File Reference
#include <limits.h>
#include <stddef.h>
#include "include/base/cef_build.h"

Macros

#define _INT32
 
#define _UINT32
 
#define _INT16
 
#define _UINT16
 

Typedefs

typedef long long int64
 
typedef unsigned long long uint64
 
typedef int int32
 
typedef unsigned int uint32
 
typedef short int16
 
typedef unsigned short uint16
 

Macro Definition Documentation

◆ _INT16

#define _INT16

◆ _INT32

#define _INT32

◆ _UINT16

#define _UINT16

◆ _UINT32

#define _UINT32

Typedef Documentation

◆ int16

typedef short int16

◆ int32

typedef int int32

◆ int64

typedef long long int64

◆ uint16

typedef unsigned short uint16

◆ uint32

typedef unsigned int uint32

◆ uint64

typedef unsigned long long uint64