webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Typedefs
angle_config.h File Reference
#include <stdint.h>
#include <iostream>
#include "common/debug.h"
#include "common/string_utils.h"

Go to the source code of this file.

Namespaces

 base
 

Macros

#define DCHECK_EQ(A, B)   ASSERT((A) == (B))
 
#define DCHECK_NE(A, B)   ASSERT((A) != (B))
 
#define DCHECK(X)   ASSERT(X)
 
#define LOG(X)   std::cerr
 
#define GPU_EXPORT
 
#define StringPrintf   FormatString
 

Typedefs

typedef int32_t int32
 
typedef uint32_t uint32
 
typedef int64_t int64
 
typedef uint64_t uint64
 

Macro Definition Documentation

◆ DCHECK

#define DCHECK (   X)    ASSERT(X)

◆ DCHECK_EQ

#define DCHECK_EQ (   A,
  B 
)    ASSERT((A) == (B))

◆ DCHECK_NE

#define DCHECK_NE (   A,
  B 
)    ASSERT((A) != (B))

◆ GPU_EXPORT

#define GPU_EXPORT

◆ LOG

#define LOG (   X)    std::cerr

◆ StringPrintf

#define StringPrintf   FormatString

Typedef Documentation

◆ int32

◆ int64

◆ uint32

◆ uint64