Searched refs:object_group_connections_ (Results 1 – 2 of 2) sorted by relevance
580 object_group_connections_(kObjectGroupConnectionsCapacity) {} in GlobalHandles()1295 object_group_connections_.Add(ObjectGroupConnection(id, handle)); in SetObjectGroupId()1326 object_group_connections_.Clear(); in RemoveObjectGroups()1327 object_group_connections_.Initialize(kObjectGroupConnectionsCapacity); in RemoveObjectGroups()1346 if (object_group_connections_.length() == 0) { in ComputeObjectGroupsAndImplicitReferences()1354 object_group_connections_.Sort(); in ComputeObjectGroupsAndImplicitReferences()1364 for (int i = 0; i <= object_group_connections_.length(); ++i) { in ComputeObjectGroupsAndImplicitReferences()1366 current_group_id = object_group_connections_[i].id; in ComputeObjectGroupsAndImplicitReferences()1367 if (i == object_group_connections_.length() || in ComputeObjectGroupsAndImplicitReferences()1368 current_group_id != object_group_connections_[i].id) { in ComputeObjectGroupsAndImplicitReferences()[all …]
355 List<ObjectGroupConnection> object_group_connections_; variable