Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Doptional.h33 struct OptionalStorage { struct
41 LIBC_INLINE ~OptionalStorage() { reset(); } in ~OptionalStorage() argument
43 LIBC_INLINE constexpr OptionalStorage() : empty() {} in OptionalStorage() argument
46 LIBC_INLINE constexpr explicit OptionalStorage(in_place_t, Args &&...args) in OptionalStorage() function
58 template <typename U> struct OptionalStorage<U, false> { argument
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Doptional.h33 struct OptionalStorage { struct
41 LIBC_INLINE ~OptionalStorage() { reset(); } in ~OptionalStorage() argument
43 LIBC_INLINE constexpr OptionalStorage() : empty() {} in OptionalStorage() argument
46 LIBC_INLINE constexpr explicit OptionalStorage(in_place_t, Args &&...args) in OptionalStorage() function
58 template <typename U> struct OptionalStorage<U, false> { argument
/external/llvm-libc/src/__support/CPP/
Doptional.h33 struct OptionalStorage { struct
41 LIBC_INLINE ~OptionalStorage() { reset(); } in ~OptionalStorage() argument
43 LIBC_INLINE constexpr OptionalStorage() : empty() {} in OptionalStorage() function
46 LIBC_INLINE constexpr explicit OptionalStorage(in_place_t, Args &&...args) in OptionalStorage() function
58 template <typename U> struct OptionalStorage<U, false> { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h46 OptionalStorage() noexcept : empty(), hasVal(false) {} in OptionalStorage() function
48 OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() function
53 OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() function
60 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function
151 OptionalStorage() noexcept : empty{} {} in OptionalStorage() function
160 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function