Home
last modified time | relevance | path

Searched refs:exhaustive_validation (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc47 inline bool exhaustive_validation() { in exhaustive_validation() function
398 if ((!shallow || exhaustive_validation()) && tree->height() > 0) { in IsValid()
Dcord_rep_btree_test.cc1352 const bool exhaustive_validation = cord_btree_exhaustive_validation.load(); in TEST() local
1353 auto cleanup = absl::MakeCleanup([exhaustive_validation] { in TEST()
1354 cord_btree_exhaustive_validation.store(exhaustive_validation); in TEST()