Home
last modified time | relevance | path

Searched refs:ABSL_ASSERT (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.cc258 ABSL_ASSERT(snapshot.is_snapshot()); in Head()
267 ABSL_ASSERT(snapshot.DiagnosticsHandleIsSafeToInspect(head)); in Head()
272 ABSL_ASSERT(snapshot.is_snapshot()); in Next()
276 ABSL_ASSERT(snapshot.DiagnosticsHandleIsSafeToInspect(this)); in Next()
277 ABSL_ASSERT(snapshot.DiagnosticsHandleIsSafeToInspect(next)); in Next()
377 ABSL_ASSERT(next->ci_prev_.load(std::memory_order_acquire) == this); in Untrack()
381 ABSL_ASSERT(head != this); in Untrack()
382 ABSL_ASSERT(prev->ci_next_.load(std::memory_order_acquire) == this); in Untrack()
385 ABSL_ASSERT(head == this); in Untrack()
Dcordz_handle.cc116 ABSL_ASSERT(snapshot_found); // Assert that 'this' is in delete queue. in DiagnosticsHandleIsSafeToInspect()
Dcord_internal.h516 ABSL_ASSERT(size <= kMaxInline); in set_inline_size()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dmacros.h94 #define ABSL_ASSERT(expr) \ macro
97 #define ABSL_ASSERT(expr) \ macro
134 #define ABSL_HARDENING_ASSERT(expr) ABSL_ASSERT(expr)
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc164 ABSL_ASSERT(sample <= dist.max()); in ChiSquaredTestImpl()
165 ABSL_ASSERT(sample >= dist.min()); in ChiSquaredTestImpl()
168 ABSL_ASSERT(bucket <= max_bucket); in ChiSquaredTestImpl()
Dpoisson_distribution_test.cc215 ABSL_ASSERT(mean_ < 201.0); in InitCDF()
219 ABSL_ASSERT(e_neg_mean > 0); in InitCDF()
239 ABSL_ASSERT(!cdf_.empty()); in InitCDF()
408 ABSL_ASSERT(mean() <= 200); in ChiSquaredTestImpl()
Dexponential_distribution_test.cc94 ABSL_ASSERT(lambda > 0); in TYPED_TEST()
167 ABSL_ASSERT(p >= 0.0); in InverseCDF()
168 ABSL_ASSERT(p < 1.0); in InverseCDF()
Dgaussian_distribution_test.cc168 ABSL_ASSERT(p >= 0.0); in InverseCDF()
169 ABSL_ASSERT(p < 1.0); in InverseCDF()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcordz_test_helpers.h144 ABSL_ASSERT(GetCordzInfoForTesting(cord) == nullptr); in UnsampledCord()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Ddistribution_test_util.cc399 ABSL_ASSERT(p > 0); in RequiredSuccessProbability()
412 ABSL_ASSERT(max_err > 0); in MaxErrorTolerance()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc206 ABSL_ASSERT(*next_sample >= 1); in SampleSlow()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dvariant.h426 ABSL_ASSERT(i == variant_npos);