Home
last modified time | relevance | path

Searched refs:RemoveAtIndex (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_Map.h77 void RemoveAtIndex(const unsigned index);
155 void Map<key_type, data_type, key_comparison_func>::RemoveAtIndex(const unsigned index) in RemoveAtIndex() function
157 mapNodeList.RemoveAtIndex(index); in RemoveAtIndex()
174 mapNodeList.RemoveAtIndex(index); in Pop()
255 mapNodeList.RemoveAtIndex(lastSearchIndex); in Delete()
265 mapNodeList.RemoveAtIndex(index); in Delete()
H A DDS_OrderedList.h50 void RemoveAtIndex(const unsigned index);
201 orderedList.RemoveAtIndex(index); in Remove()
216 orderedList.RemoveAtIndex(index); in RemoveIfExists()
221 …void OrderedList<key_type, data_type, default_comparison_function>::RemoveAtIndex(const unsigned i… in RemoveAtIndex() function
223 orderedList.RemoveAtIndex(index); in RemoveAtIndex()
H A DMessageFilter.cpp134 systemList.RemoveAtIndex(index); in SetSystemFilterSet()
190 filterList.RemoveAtIndex(index); in DeleteFilterSet()
197 systemList.RemoveAtIndex(i); in DeleteFilterSet()
279 systemList.RemoveAtIndex(index); in Update()
H A DUDPForwarder.cpp119 forwardList.RemoveAtIndex(i,__FILE__,__LINE__); in UpdateThreaded()
205 forwardList.RemoveAtIndex(index,__FILE__,__LINE__); in UpdateThreaded()
239 forwardList.RemoveAtIndex(index,__FILE__,__LINE__); in UpdateThreaded()
415 forwardList.RemoveAtIndex(idx,__FILE__,__LINE__); in StopForwardingThreaded()
H A DReplicaManager.cpp284 participantStruct->remoteObjectList.RemoveAtIndex(tempIndex); in Destruct()
291 participantStruct->commandList.RemoveAtIndex(tempIndex); in Destruct()
308 replicatedObjects.RemoveAtIndex(replicatedObjectsIndex); in Destruct()
334 replicatedObjects.RemoveAtIndex(replicatedObjectsIndex); in DereferencePointer()
346 participantStruct->commandList.RemoveAtIndex(tempIndex); in DereferencePointer()
351 participantStruct->remoteObjectList.RemoveAtIndex(tempIndex); in DereferencePointer()
1007 participantStruct->commandList.RemoveAtIndex(commandListIndex-1); in Update()
H A DDS_RangeList.h189 ranges.RemoveAtIndex(insertionIndex); in Insert()
206 ranges.RemoveAtIndex(insertionIndex); in Insert()
H A DReplicaManager3.cpp152 connectionList.RemoveAtIndex(index,__FILE__,__LINE__); in PopConnection()
221 userReplicaList.RemoveAtIndex(index,__FILE__,__LINE__); in Dereference()
1549 constructedReplicaList.RemoveAtIndex(idx,__FILE__,__LINE__); in OnDereference()
1557 queryToConstructReplicaList.RemoveAtIndex(idx,__FILE__,__LINE__); in OnDereference()
1567 queryToSerializeReplicaList.RemoveAtIndex(idx,__FILE__,__LINE__); in OnDereference()
1577 queryToDestructReplicaList.RemoveAtIndex(idx,__FILE__,__LINE__); in OnDereference()
1633 queryToConstructReplicaList.RemoveAtIndex(queryToConstructIdx,__FILE__,__LINE__); in OnNeverConstruct()
1647 queryToConstructReplicaList.RemoveAtIndex(queryToConstructIdx,__FILE__,__LINE__); in OnConstructToThisConnection()
1690 queryToConstructReplicaList.RemoveAtIndex(queryToConstructIdx,__FILE__,__LINE__); in OnReplicaAlreadyExists()
1733 queryToDestructReplicaList.RemoveAtIndex(queryToDestructIdx,__FILE__,__LINE__); in OnSendDestructionFromQuery()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/crash/core/common/
H A Dcrash_key_breakpad.cc95 storage->RemoveAtIndex(index_array_[0]); in Set()
119 storage->RemoveAtIndex(index_array_[i]); in Set()
127 GetCrashKeyStorage()->RemoveAtIndex(index_array_[i]); in Clear()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/crash/core/common/
H A Dcrash_key_breakpad.cc95 storage->RemoveAtIndex(index_array_[0]); in Set()
119 storage->RemoveAtIndex(index_array_[i]); in Set()
127 GetCrashKeyStorage()->RemoveAtIndex(index_array_[i]); in Clear()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Client_Steam.cpp134 deferredCallbacks.RemoveAtIndex(i); in OnLobbyMatchListCallback()
156 deferredCallbacks.RemoveAtIndex(i); in OnLobbyDataUpdatedCallback()
194 deferredCallbacks.RemoveAtIndex(i); in OnLobbyCreated()
258 deferredCallbacks.RemoveAtIndex(i); in OnLobbyJoined()
527 roomMembers.RemoveAtIndex(i); in OnClosedConnection()
539 roomMembers.RemoveAtIndex(i); in OnFailedConnectionAttempt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/MasterServer/
H A DMasterServer.cpp45 gameServerList.serverList.RemoveAtIndex(serverIndex); in Update()
107 gameServerList.serverList.RemoveAtIndex(serverIndex); in OnReceive()
162 gameServerList.serverList.RemoveAtIndex(existingServerIndex); in HandleDelistServer()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc315 EXPECT_TRUE(map.RemoveAtIndex(index1)); in TEST()
318 EXPECT_FALSE(map.RemoveAtIndex(map.num_entries)); in TEST()
319 EXPECT_FALSE(map.RemoveAtIndex(9999)); in TEST()
H A Dsimple_string_dictionary.h237 return RemoveAtIndex(GetEntryIndexForKey(key)); in RemoveKey()
242 bool RemoveAtIndex(size_t index) { in RemoveAtIndex() function
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Ogre3DInterpDemo/
H A DOverlayHelper.cpp62 timedOverlays.RemoveAtIndex(i); in Update()
146 timedOverlays.RemoveAtIndex(i); in SafeDestroyOverlayElement()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Plugin.cpp44 callbacks.RemoveAtIndex(index); in RemoveCallbackInterface()

123