activity_tracker.cc | 56 int64_t as_id; member in union:base::debug::__anon24146::ThreadRef 161 thread_ref.as_id = 0; // Zero the union in case other is smaller. 167 return ForThread(thread_ref.as_id); 617 // The thread-id (thread_ref.as_id) to which this data belongs. This number 711 sizeof(header_->thread_ref) == sizeof(header_->thread_ref.as_id), 725 DCHECK_EQ(0, header_->thread_ref.as_id); [all...] |