Home
last modified time | relevance | path

Searched defs:OptionalStorageBase (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Doptional.h45 struct OptionalStorageBase { struct
48 constexpr OptionalStorageBase() : empty_('\0') {} in OptionalStorageBase() function
51 constexpr explicit OptionalStorageBase(in_place_t, Args&&... args) in OptionalStorageBase() function
87 struct OptionalStorageBase<T, true /* trivially destructible */> { struct
90 constexpr OptionalStorageBase() : empty_('\0') {} in OptionalStorageBase() function
93 constexpr explicit OptionalStorageBase(in_place_t, Args&&... args) in OptionalStorageBase() function
[all...]

Completed in 2 milliseconds