Home
last modified time | relevance | path

Searched refs:address_type (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgunixsocketaddress.c79 GUnixSocketAddressType address_type; member
132 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 …]
/third_party/python/Lib/multiprocessing/
Dconnection.py100 def address_type(address): function
445 family = family or (address and address_type(address)) \
502 family = family or address_type(address)
632 family = address_type(address)
/third_party/spirv-tools/source/opt/
Dinstruction.cpp210 const analysis::Type* address_type = in IsReadOnlyLoad() local
212 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
214 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp220 const analysis::Type* address_type = in IsReadOnlyLoad() local
222 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
224 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp220 const analysis::Type* address_type = in IsReadOnlyLoad() local
222 if (address_type->AsSampledImage() != nullptr) { in IsReadOnlyLoad()
224 address_type->AsSampledImage()->image_type()->AsImage(); in IsReadOnlyLoad()