Searched refs:ABSL_ASSERT (Results 1 – 12 of 12) sorted by relevance
258 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()
116 ABSL_ASSERT(snapshot_found); // Assert that 'this' is in delete queue. in DiagnosticsHandleIsSafeToInspect()
516 ABSL_ASSERT(size <= kMaxInline); in set_inline_size()
94 #define ABSL_ASSERT(expr) \ macro97 #define ABSL_ASSERT(expr) \ macro134 #define ABSL_HARDENING_ASSERT(expr) ABSL_ASSERT(expr)
164 ABSL_ASSERT(sample <= dist.max()); in ChiSquaredTestImpl()165 ABSL_ASSERT(sample >= dist.min()); in ChiSquaredTestImpl()168 ABSL_ASSERT(bucket <= max_bucket); in ChiSquaredTestImpl()
215 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()
94 ABSL_ASSERT(lambda > 0); in TYPED_TEST()167 ABSL_ASSERT(p >= 0.0); in InverseCDF()168 ABSL_ASSERT(p < 1.0); in InverseCDF()
168 ABSL_ASSERT(p >= 0.0); in InverseCDF()169 ABSL_ASSERT(p < 1.0); in InverseCDF()
144 ABSL_ASSERT(GetCordzInfoForTesting(cord) == nullptr); in UnsampledCord()
399 ABSL_ASSERT(p > 0); in RequiredSuccessProbability()412 ABSL_ASSERT(max_err > 0); in MaxErrorTolerance()
206 ABSL_ASSERT(*next_sample >= 1); in SampleSlow()
426 ABSL_ASSERT(i == variant_npos);