Home
last modified time | relevance | path

Searched refs:nothrow_ctor (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_exception_safety_test.cc146 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()
Dany_exception_safety_test.cc108 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()
Dvariant_exception_safety_test.cc432 *lhs = ExpectedThrower(testing::nothrow_ctor); in TEST()
/third_party/abseil-cpp/absl/types/
Doptional_exception_safety_test.cc146 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()
Dany_exception_safety_test.cc108 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()
Dvariant_exception_safety_test.cc432 *lhs = ExpectedThrower(testing::nothrow_ctor); in TEST()
/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h207 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 …]
Dexception_safety_testing.cc24 exceptions_internal::NoThrowTag nothrow_ctor; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h207 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 …]
Dexception_safety_testing.cc24 exceptions_internal::NoThrowTag nothrow_ctor; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc54 ? 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)})
Dfixed_array_exception_safety_test.cc165 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST()
182 Thrower(kUpdatedValue, testing::nothrow_ctor); in TEST()
/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc54 ? 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)})
Dfixed_array_exception_safety_test.cc165 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/
Dexception_safety_testing_test.cc244 ThrowingValue<TypeSpec::kNoThrowMove> nothrow_ctor; in TEST() local
247 ExpectNoThrow([&nothrow_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([&nothrow_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/
Dexception_safety_testing_test.cc244 ThrowingValue<TypeSpec::kNoThrowMove> nothrow_ctor; in TEST() local
247 ExpectNoThrow([&nothrow_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([&nothrow_ctor]() { in TEST()
280 ThrowingValue<TypeSpec::kNoThrowCopy> nothrow1(nothrow_ctor); in TEST()
458 [&]() { nothrow_alloc.construct(ptr, 2, testing::nothrow_ctor); }); in TEST()