Searched defs:is_read_only (Results 1 – 3 of 3) sorted by relevance
97 struct is_read_only : std::false_type {}; struct100 struct is_read_only<detail::read_and_no_convert> : std::true_type {}; struct
131 gboolean is_read_only; member143 gboolean is_read_only; member444 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() local600 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local735 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local803 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local876 gboolean is_read_only = FALSE; in _g_get_unix_mounts() local1032 gboolean is_read_only = FALSE; in _g_get_unix_mount_points() local[all …]
177 using is_read_only = typename std::is_same in apply() typedef