Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h223 ABSL_RAW_CHECK(list_ == &global_list_, "ODR violation in Cord"); in ODRCheck()
233 ABSL_CONST_INIT static List global_list_; variable
234 List* const list_ = &global_list_;
Dcordz_info.cc37 ABSL_CONST_INIT CordzInfo::List CordzInfo::global_list_{absl::kConstInit};
257 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head()