Searched refs:next_sa_id_ (Results 1 – 2 of 2) sorted by relevance
118 int next_sa_id_ = 1; variable
947 int id = next_sa_id_; in NewScopedAllocatorId()948 next_sa_id_ += (num_fields + 1); in NewScopedAllocatorId()949 CHECK_GT(next_sa_id_, 0); in NewScopedAllocatorId()