Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/libcontainerd/
H A Dtypes_windows.go51 type LayerOption struct { struct
53 LayerFolderPath string `json:",omitempty"`
55 LayerPaths []string
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/layers/
H A Dlayer_widget.h27 enum class LayerOption { enum
33 inline constexpr auto is_flag_type(LayerOption) { return true; }; in is_flag_type() argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_panel.h32 enum class LayerOption; variable