Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc639 using is_nothrow = std::true_type; in TEST() typedef
642 using is_nothrow = std::false_type; in TEST() typedef
/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc639 using is_nothrow = std::true_type; in TEST() typedef
642 using is_nothrow = std::false_type; in TEST() typedef
/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h637 using is_nothrow = variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h646 using is_nothrow = variable
/third_party/json/test/thirdparty/doctest/
Ddoctest.h548 is_nothrow = 2 * is_throws_with, enumerator