Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc119 struct ConstexprType { struct
120 enum CtorTypes {
126 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() argument
127 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() function
129 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() function
132 constexpr ConstexprType(const char*) // NOLINT(runtime/explicit) in ConstexprType() argument
134 int x;