Searched defs:is_storage (Results 1 – 4 of 4) sorted by relevance
59 bool is_storage; member
1131 bool is_storage(VkFormatFeatureFlags flags) { in is_storage() function
89 bool is_storage = isStorage(seq); in compute_sizes() local
1024 def is_storage(obj: _Any, /) -> _TypeGuard[_Union["TypedStorage", "UntypedStorage"]]: function