|
Pepper_47_C_interfaces
|

Go to the source code of this file.
Macros | |
| #define | PPAPI_RELEASE 47 |
| #define | PP_INLINE static __inline__ |
| #define | PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, CTYPENAME, SIZE) |
| #define | PP_COMPILE_ASSERT_SIZE_IN_BYTES(NAME, SIZE) PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, NAME, SIZE) |
| #define | PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(NAME, SIZE) PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, struct NAME, SIZE) |
| #define | PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(NAME, SIZE) PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE) |
Defines the common macros such as assert, inline, ...
Definition in file pp_macros.h.
| #define PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES | ( | NAME, | |
| SIZE | |||
| ) | PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE) |
Definition at line 95 of file pp_macros.h.
| #define PP_COMPILE_ASSERT_SIZE_IN_BYTES | ( | NAME, | |
| SIZE | |||
| ) | PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, NAME, SIZE) |
Definition at line 77 of file pp_macros.h.
| #define PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL | ( | NAME, | |
| CTYPENAME, | |||
| SIZE | |||
| ) |
Definition at line 65 of file pp_macros.h.
| #define PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES | ( | NAME, | |
| SIZE | |||
| ) | PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, struct NAME, SIZE) |
Definition at line 86 of file pp_macros.h.
| #define PP_INLINE static __inline__ |
Definition at line 46 of file pp_macros.h.
| #define PPAPI_RELEASE 47 |
Definition at line 12 of file pp_macros.h.
1.8.6