Searched refs:G_SIZEOF_MEMBER (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | macros.c | 56 G_STATIC_ASSERT (G_SIZEOF_MEMBER (struct { char a; int b; }, a) == sizeof (char)); in test_struct_sizeof_member() 57 g_assert_cmpint (G_SIZEOF_MEMBER (struct { char a; int b; }, b), ==, sizeof (int)); in test_struct_sizeof_member()
|
/third_party/glib/gio/ |
D | gunixoutputstream.c | 391 G_SIZEOF_MEMBER (struct iovec, iov_base) == G_SIZEOF_MEMBER (GOutputVector, buffer) && \ 393 G_SIZEOF_MEMBER (struct iovec, iov_len) == G_SIZEOF_MEMBER (GOutputVector, size) && \
|
D | glocalfileoutputstream.c | 238 G_SIZEOF_MEMBER (struct iovec, iov_base) == G_SIZEOF_MEMBER (GOutputVector, buffer) && \ 240 G_SIZEOF_MEMBER (struct iovec, iov_len) == G_SIZEOF_MEMBER (GOutputVector, size) && \
|
D | gunixsocketaddress.c | 70 #define UNIX_PATH_MAX G_SIZEOF_MEMBER (struct sockaddr_un, sun_path)
|
/third_party/glib/glib/ |
D | gmacros.h | 1203 #define G_SIZEOF_MEMBER(struct_type, member) \ macro
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 461 G_SIZEOF_MEMBER
|
/third_party/glib/ |
D | NEWS | 1049 * Add `G_SIZEOF_MEMBER()` macro (!1333) 1077 - !1333 Add and use G_SIZEOF_MEMBER() macro
|