Home
last modified time | relevance | path

Searched refs:Noexcept (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/callable_traits/test/
Dadd_noexcept.cpp18 template<typename Noexcept, typename NotNoexcept>
21 CT_ASSERT(std::is_same<Noexcept, TRAIT(add_noexcept, NotNoexcept)>::value); in test()
24 CT_ASSERT(!std::is_same<Noexcept, NotNoexcept>::value); in test()
Dis_noexcept.cpp13 template<typename Noexcept, typename NotNoexcept>
16 CT_ASSERT( is_noexcept<Noexcept>::value in test()
18 || std::is_same<Noexcept, NotNoexcept>::value); in test()
Dremove_noexcept.cpp13 template<typename Noexcept, typename NotNoexcept>
16 CT_ASSERT(std::is_same<NotNoexcept, TRAIT(remove_noexcept, Noexcept)>::value); in test()
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
Dswap.md3 description = "Swap one basic_result with another, with the strong guarantee. Noexcept propagating."
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
Dswap.md3 description = "Swap one basic_outcome with another, with the strong guarantee. Noexcept propagating…
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_move_unittest.cc156 TEST(MovableMessageTest, Noexcept) { in TEST() argument
/third_party/boost/libs/hof/
DREADME.md42 Noexcept support
/third_party/abseil-cpp/absl/types/
Dany_test.cc93 TEST(AnyTest, Noexcept) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc93 TEST(AnyTest, Noexcept) { in TEST() argument
/third_party/abseil-cpp/absl/strings/
Dstring_view_test.cc1098 TEST(StringViewTest, Noexcept) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc1142 TEST(StringViewTest, Noexcept) { in TEST() argument
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc349 TEST(InlinedVectorTest, Noexcept) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc349 TEST(InlinedVectorTest, Noexcept) { in TEST() argument