Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
Dtype_traits_test.cc538 struct BadConstructors { struct
539 BadConstructors() { static_assert(T::value, ""); } in BadConstructors() argument
541 BadConstructors(BadConstructors&&) { static_assert(T::value, ""); } in BadConstructors() function
543 BadConstructors(const BadConstructors&) { static_assert(T::value, ""); } in BadConstructors() function