/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() 171 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 210 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() 242 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST()
|
D | any_exception_safety_test.cc | 108 absl::any(absl::in_place_type_t<Thrower>(), 1, testing::nothrow_ctor); in TEST() 147 absl::any{absl::in_place_type_t<Thrower>(), 1, testing::nothrow_ctor}; in TEST() 154 std::initializer_list<Thrower> il{Thrower(2, testing::nothrow_ctor)}; in TEST()
|
D | variant_exception_safety_test.cc | 432 *lhs = ExpectedThrower(testing::nothrow_ctor); in TEST()
|
/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() 171 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 210 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() 242 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST()
|
D | any_exception_safety_test.cc | 108 absl::any(absl::in_place_type_t<Thrower>(), 1, testing::nothrow_ctor); in TEST() 147 absl::any{absl::in_place_type_t<Thrower>(), 1, testing::nothrow_ctor}; in TEST() 154 std::initializer_list<Thrower> il{Thrower(2, testing::nothrow_ctor)}; in TEST()
|
D | variant_exception_safety_test.cc | 432 *lhs = ExpectedThrower(testing::nothrow_ctor); in TEST()
|
/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 207 extern exceptions_internal::NoThrowTag nothrow_ctor; 323 return ThrowingValue(dummy_ + other.dummy_, nothrow_ctor); 328 return ThrowingValue(dummy_, nothrow_ctor); 333 return ThrowingValue(dummy_ - other.dummy_, nothrow_ctor); 338 return ThrowingValue(-dummy_, nothrow_ctor); 349 auto out = ThrowingValue(dummy_, nothrow_ctor); 362 auto out = ThrowingValue(dummy_, nothrow_ctor); 369 return ThrowingValue(dummy_ * other.dummy_, nothrow_ctor); 374 return ThrowingValue(dummy_ / other.dummy_, nothrow_ctor); 379 return ThrowingValue(dummy_ % other.dummy_, nothrow_ctor); [all …]
|
D | exception_safety_testing.cc | 24 exceptions_internal::NoThrowTag nothrow_ctor; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 207 extern exceptions_internal::NoThrowTag nothrow_ctor; 323 return ThrowingValue(dummy_ + other.dummy_, nothrow_ctor); 328 return ThrowingValue(dummy_, nothrow_ctor); 333 return ThrowingValue(dummy_ - other.dummy_, nothrow_ctor); 338 return ThrowingValue(-dummy_, nothrow_ctor); 349 auto out = ThrowingValue(dummy_, nothrow_ctor); 362 auto out = ThrowingValue(dummy_, nothrow_ctor); 369 return ThrowingValue(dummy_ * other.dummy_, nothrow_ctor); 374 return ThrowingValue(dummy_ / other.dummy_, nothrow_ctor); 379 return ThrowingValue(dummy_ % other.dummy_, nothrow_ctor); [all …]
|
D | exception_safety_testing.cc | 24 exceptions_internal::NoThrowTag nothrow_ctor; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_exception_safety_test.cc | 54 ? std::initializer_list<T>{T(0, testing::nothrow_ctor), \ 55 T(1, testing::nothrow_ctor), \ 56 T(2, testing::nothrow_ctor), \ 57 T(3, testing::nothrow_ctor), \ 58 T(4, testing::nothrow_ctor), \ 59 T(5, testing::nothrow_ctor), \ 60 T(6, testing::nothrow_ctor), \ 61 T(7, testing::nothrow_ctor)} \ 63 : std::initializer_list<T>{T(0, testing::nothrow_ctor), \ 64 T(1, testing::nothrow_ctor)})
|
D | fixed_array_exception_safety_test.cc | 165 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST() 182 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST()
|
/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_exception_safety_test.cc | 54 ? std::initializer_list<T>{T(0, testing::nothrow_ctor), \ 55 T(1, testing::nothrow_ctor), \ 56 T(2, testing::nothrow_ctor), \ 57 T(3, testing::nothrow_ctor), \ 58 T(4, testing::nothrow_ctor), \ 59 T(5, testing::nothrow_ctor), \ 60 T(6, testing::nothrow_ctor), \ 61 T(7, testing::nothrow_ctor)} \ 63 : std::initializer_list<T>{T(0, testing::nothrow_ctor), \ 64 T(1, testing::nothrow_ctor)})
|
D | fixed_array_exception_safety_test.cc | 165 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST() 182 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 244 ThrowingValue<TypeSpec::kNoThrowMove> nothrow_ctor; in TEST() local 247 ExpectNoThrow([¬hrow_ctor]() { in TEST() 248 ThrowingValue<TypeSpec::kNoThrowMove> nothrow1 = std::move(nothrow_ctor); in TEST() 276 ThrowingValue<TypeSpec::kNoThrowCopy> nothrow_ctor; in TEST() local 279 ExpectNoThrow([¬hrow_ctor]() { in TEST() 280 ThrowingValue<TypeSpec::kNoThrowCopy> nothrow1(nothrow_ctor); in TEST() 458 [&]() { nothrow_alloc.construct(ptr, 2, testing::nothrow_ctor); }); in TEST()
|
/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 244 ThrowingValue<TypeSpec::kNoThrowMove> nothrow_ctor; in TEST() local 247 ExpectNoThrow([¬hrow_ctor]() { in TEST() 248 ThrowingValue<TypeSpec::kNoThrowMove> nothrow1 = std::move(nothrow_ctor); in TEST() 276 ThrowingValue<TypeSpec::kNoThrowCopy> nothrow_ctor; in TEST() local 279 ExpectNoThrow([¬hrow_ctor]() { in TEST() 280 ThrowingValue<TypeSpec::kNoThrowCopy> nothrow1(nothrow_ctor); in TEST() 458 [&]() { nothrow_alloc.construct(ptr, 2, testing::nothrow_ctor); }); in TEST()
|