Searched refs:global_list_ (Results 1 – 2 of 2) sorted by relevance
223 ABSL_RAW_CHECK(list_ == &global_list_, "ODR violation in Cord"); in ODRCheck()233 ABSL_CONST_INIT static List global_list_; variable234 List* const list_ = &global_list_;
37 ABSL_CONST_INIT CordzInfo::List CordzInfo::global_list_{absl::kConstInit};257 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head()