Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
126 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() function
127 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() function
129 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() function
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
126 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() argument
127 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() argument
129 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() argument
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
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() argument
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
126 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() function
127 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() function
129 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() function
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
126 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() argument
127 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() argument
129 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() argument
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc116 struct ConstexprType { struct
123 constexpr ConstexprType() : x(kCtorDefault) {} in ConstexprType() function
124 constexpr explicit ConstexprType(int i) : x(kCtorInt) {} in ConstexprType() function
126 constexpr ConstexprType(std::initializer_list<int> il) in ConstexprType() function
333 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
363 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
369 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
371 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
396 absl::optional<ConstexprType> opt4({}); in TEST()
972 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc119 struct ConstexprType { struct
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
338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST()
370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST()
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST()
378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST()
403 absl::optional<ConstexprType> opt4({}); in TEST()
980 constexpr absl::optional<ConstexprType> opt1(1); in TEST()
[all …]