Home
last modified time | relevance | path

Searched refs:MOJO_ALIGNAS (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/public/c/system/
Ddata_pipe.h45 struct MOJO_ALIGNAS(8) MojoCreateDataPipeOptions {
46 MOJO_ALIGNAS(4) uint32_t struct_size;
47 MOJO_ALIGNAS(4) MojoCreateDataPipeOptionsFlags flags;
48 MOJO_ALIGNAS(4) uint32_t element_num_bytes;
49 MOJO_ALIGNAS(4) uint32_t capacity_num_bytes;
Dmacros.h40 #define MOJO_ALIGNAS(alignment) alignas(alignment) macro
42 #define MOJO_ALIGNAS(alignment) __attribute__((aligned(alignment))) macro
44 #define MOJO_ALIGNAS(alignment) __declspec(align(alignment)) macro
Dplatform_handle.h56 struct MOJO_ALIGNAS(8) MojoPlatformHandle {
Dbuffer.h44 struct MOJO_ALIGNAS(8) MojoCreateSharedBufferOptions {
Dtypes.h185 struct MOJO_ALIGNAS(4) MojoHandleSignalsState {
Dmessage_pipe.h50 struct MOJO_ALIGNAS(8) MojoCreateMessagePipeOptions {
/external/libmojo/mojo/public/c/system/tests/
Dmacros_unittest.cc48 struct MOJO_ALIGNAS(1) StructAlignas1 {
51 struct MOJO_ALIGNAS(4) StructAlignas4 {
54 struct MOJO_ALIGNAS(8) StructAlignas8 {
/external/libmojo/mojo/edk/system/
Doptions_validation_unittest.cc22 struct MOJO_ALIGNAS(8) TestOptions {
61 MOJO_ALIGNAS(8) char buf[sizeof(TestOptions) + 100] = {}; in TEST()
71 MOJO_ALIGNAS(8) char buf[sizeof(TestOptions) + 100] = {}; in TEST()
Ddata_pipe_control_message.h30 struct MOJO_ALIGNAS(8) DataPipeControlMessage {
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_declaration.tmpl40 union MOJO_ALIGNAS(8) Union_ {