Searched refs:link_access (Results 1 – 1 of 1) sorted by relevance
144 const link_access_type& link_access = link_access_type(), in IntrusiveHeap() argument146 : rep_(comp, link_access, alloc) {} in IntrusiveHeap()223 const link_access_type& link_access, in Rep()226 link_access_type(link_access), in Rep()233 const link_access_type& link_access() const { return rep_; } in link_access() function in tensorflow::__anond2c82b040111::IntrusiveHeap239 return link_access().Get(t).get(); in GetPositionOf()243 return link_access().Set(t, IntrusiveHeapLink(pos)); in SetPositionOf()