Home
last modified time | relevance | path

Searched refs:G_SIZEOF_MEMBER (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dmacros.c56 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/
Dgunixoutputstream.c391 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) && \
Dglocalfileoutputstream.c238 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) && \
Dgunixsocketaddress.c70 #define UNIX_PATH_MAX G_SIZEOF_MEMBER (struct sockaddr_un, sun_path)
/third_party/glib/glib/
Dgmacros.h1203 #define G_SIZEOF_MEMBER(struct_type, member) \ macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt461 G_SIZEOF_MEMBER
/third_party/glib/
DNEWS1049 * Add `G_SIZEOF_MEMBER()` macro (!1333)
1077 - !1333 Add and use G_SIZEOF_MEMBER() macro