Searched refs:namesCount_ (Results 1 – 1 of 1) sorted by relevance
59 … : env_(env), containerScopeId_(containerScopeId), isStrongRef_(refCount != 0), namesCount_(1) in env_()69 …: env_(env), containerScopeId_(containerScopeId), isStrongRef_(refCount != 0), namesCount_(0), hol… in env_()175 return namesCount_ > 0; in IsNamed()179 ++namesCount_; in AddName()183 --namesCount_; in RemoveName()357 int namesCount_; variable