Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DOptional.h98 Optional(const Optional& src) noexcept( in noexcept() function
105 Optional(Optional&& src) noexcept( in noexcept() function
115 /* implicit */ Optional(Value&& newValue) noexcept( in noexcept() function
120 /* implicit */ Optional(const Value& newValue) noexcept( in noexcept() function
197 Optional& operator=(Optional&& other) noexcept( in noexcept() function
203 Optional& operator=(const Optional& other) noexcept( in noexcept() function
DIndestructible.h112 Indestructible(Indestructible&& other) noexcept( in noexcept() function
117 Indestructible& operator=(Indestructible&& other) noexcept( in noexcept() function