Searched refs:address_type (Results 1 – 5 of 5) sorted by relevance
79 GUnixSocketAddressType address_type; member132 address->priv->address_type = G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED; in G_DEFINE_TYPE_WITH_CODE()138 address->priv->address_type = g_value_get_enum (value); in G_DEFINE_TYPE_WITH_CODE()168 g_value_set_boolean (value, (address->priv->address_type == G_UNIX_SOCKET_ADDRESS_ABSTRACT || in g_unix_socket_address_get_property()169 address->priv->address_type == G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED)); in g_unix_socket_address_get_property()174 g_value_set_enum (value, address->priv->address_type); in g_unix_socket_address_get_property()195 switch (addr->priv->address_type) in g_unix_socket_address_get_native_size()228 switch (addr->priv->address_type) in g_unix_socket_address_to_native()334 if (ua->priv->address_type == G_UNIX_SOCKET_ADDRESS_ANONYMOUS) in g_unix_socket_address_connectable_to_string()363 address->priv->address_type = G_UNIX_SOCKET_ADDRESS_PATH; in g_unix_socket_address_init()[all …]
100 def address_type(address): function445 family = family or (address and address_type(address)) \502 family = family or address_type(address)632 family = address_type(address)
210 const analysis::Type* address_type = in IsReadOnlyLoad() local212 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()214 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()
220 const analysis::Type* address_type = in IsReadOnlyLoad() local222 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()224 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()