Searched refs:object_group_connections_ (Results 1 – 2 of 2) sorted by relevance
548 object_group_connections_(kObjectGroupConnectionsCapacity) {} in GlobalHandles()1260 object_group_connections_.Add(ObjectGroupConnection(id, handle)); in SetObjectGroupId()1291 object_group_connections_.Clear(); in RemoveObjectGroups()1292 object_group_connections_.Initialize(kObjectGroupConnectionsCapacity); in RemoveObjectGroups()1311 if (object_group_connections_.length() == 0) { in ComputeObjectGroupsAndImplicitReferences()1319 object_group_connections_.Sort(); in ComputeObjectGroupsAndImplicitReferences()1329 for (int i = 0; i <= object_group_connections_.length(); ++i) { in ComputeObjectGroupsAndImplicitReferences()1331 current_group_id = object_group_connections_[i].id; in ComputeObjectGroupsAndImplicitReferences()1332 if (i == object_group_connections_.length() || in ComputeObjectGroupsAndImplicitReferences()1333 current_group_id != object_group_connections_[i].id) { in ComputeObjectGroupsAndImplicitReferences()[all …]
359 List<ObjectGroupConnection> object_group_connections_; variable