Searched defs:soo_enabled (Results 1 – 2 of 2) sorted by relevance
328 bool reuse, bool soo_enabled) { in ClearBackingArray()
527 static constexpr bool soo_enabled() { return kSoo; } in soo_enabled() function2640 constexpr bool soo_enabled = std::is_same<SooIntTable, TypeParam>::value; in TYPED_TEST_P() local