Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/zircon/system/ulib/lazy_init/include/lib/lazy_init/internal/
H A Dstorage.h23 union LazyInitStorage { union
24 constexpr LazyInitStorage() : empty{} {} in LazyInitStorage() function