Home
last modified time | relevance | path

Searched defs:is_read_only (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/gil/io/
Dconversion_policies.hpp97 struct is_read_only : std::false_type {}; struct
100 struct is_read_only<detail::read_and_no_convert> : std::true_type {}; struct
/third_party/glib/gio/
Dgunixmounts.c131 gboolean is_read_only; member
143 gboolean is_read_only; member
444 gboolean is_read_only) in create_unix_mount_entry()
470 gboolean is_read_only, in create_unix_mount_point()
517 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local
600 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local
735 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local
803 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local
876 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local
1032 gboolean is_read_only = FALSE; in _g_get_unix_mount_points() local
[all …]
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp177 using is_read_only = typename std::is_same in apply() typedef