Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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