Searched refs:exhaustive_validation (Results 1 – 2 of 2) sorted by relevance
47 inline bool exhaustive_validation() { in exhaustive_validation() function398 if ((!shallow || exhaustive_validation()) && tree->height() > 0) { in IsValid()
1352 const bool exhaustive_validation = cord_btree_exhaustive_validation.load(); in TEST() local1353 auto cleanup = absl::MakeCleanup([exhaustive_validation] { in TEST()1354 cord_btree_exhaustive_validation.store(exhaustive_validation); in TEST()