Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcompiler_specific.h113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
115 #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