Home
last modified time | relevance | path

Searched defs:ALIGNAS (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dcompiler_specific.h121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
118 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/jsoncpp/src/lib_json/
Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable