Searched refs:next_sa_id_ (Results 1 – 2 of 2) sorted by relevance
104 int next_sa_id_ = 1; variable
707 int id = next_sa_id_; in NewScopedAllocatorId()708 next_sa_id_ += (num_fields + 1); in NewScopedAllocatorId()709 CHECK_GT(next_sa_id_, 0); in NewScopedAllocatorId()