Flutter Engine
The Flutter Engine
Namespaces | Macros | Functions
config.h File Reference
#include <cstdlib>
#include "flutter/fml/logging.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 

Macros

#define IMPELLER_COMPILER_CLANG   0
 
#define IMPELLER_PRINTF_FORMAT(format_number, args_number)
 
#define IMPELLER_UNIMPLEMENTED    impeller::ImpellerUnimplemented(__FUNCTION__, __FILE__, __LINE__);
 

Functions

void impeller::ImpellerUnimplemented (const char *method, const char *file, int line)
 

Macro Definition Documentation

◆ IMPELLER_COMPILER_CLANG

#define IMPELLER_COMPILER_CLANG   0

Definition at line 15 of file config.h.

◆ IMPELLER_PRINTF_FORMAT

#define IMPELLER_PRINTF_FORMAT (   format_number,
  args_number 
)

Definition at line 22 of file config.h.

◆ IMPELLER_UNIMPLEMENTED

#define IMPELLER_UNIMPLEMENTED    impeller::ImpellerUnimplemented(__FUNCTION__, __FILE__, __LINE__);

Definition at line 25 of file config.h.