Searched refs:MLKeyRef (Results 1 – 7 of 7) sorted by relevance
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/ |
H A D | SQLite3ServerPlugin.h | 116 extern bool operator<( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const RakNet::S… 117 extern bool operator>( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const RakNet::S… 118 extern bool operator==( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const RakNet::…
|
H A D | SQLite3ServerPlugin.cpp | 8 bool operator<( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const SQLite3ServerPlu… in operator <() 9 bool operator>( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const SQLite3ServerPlu… in operator >() 10 bool operator==( const DataStructures::MLKeyRef<RakNet::RakString> &inputKey, const SQLite3ServerPl… in operator ==()
|
/dports/devel/raknet/raknet-3.9.2_10,1/Source/ |
H A D | DS_Multilist.h | 61 class MLKeyRef 64 MLKeyRef(const templateType& input) : val(input) {} in MLKeyRef() function 374 if ( MLKeyRef<_KeyType>(key) < operator[](dataSize-2) ) in Push() 468 if ( MLKeyRef<_KeyType>(key) > operator[](1) ) in PushOpposite() 473 if ( MLKeyRef<_KeyType>(key) < operator[](1) ) in PushOpposite() 683 if (MLKeyRef<_KeyType>(key)==data[i]) in GetIndexOf() 694 if (MLKeyRef<_KeyType>(key)==operator[](i)) in GetIndexOf() 717 if (MLKeyRef<_KeyType>(key)==data[i]) in GetInsertionIndex() 728 if (MLKeyRef<_KeyType>(key)==operator[](i)) in GetInsertionIndex() 1255 if (MLKeyRef<_KeyType>(key) > operator[](index) ) in GetIndexFromKeyInSortedList() [all …]
|
H A D | UDPProxyCoordinator.cpp | 19 bool operator<( const DataStructures::MLKeyRef<unsigned short> &inputKey, const UDPProxyCoordinator… in operator <() 20 bool operator>( const DataStructures::MLKeyRef<unsigned short> &inputKey, const UDPProxyCoordinator… in operator >() 21 bool operator==( const DataStructures::MLKeyRef<unsigned short> &inputKey, const UDPProxyCoordinato… in operator ==() 23 bool operator<( const DataStructures::MLKeyRef<UDPProxyCoordinator::SenderAndTargetAddress> &inputK… in operator <() 28 bool operator>( const DataStructures::MLKeyRef<UDPProxyCoordinator::SenderAndTargetAddress> &inputK… in operator >() 33 bool operator==( const DataStructures::MLKeyRef<UDPProxyCoordinator::SenderAndTargetAddress> &input… in operator ==()
|
H A D | UDPProxyClient.cpp | 14 bool operator<( const DataStructures::MLKeyRef<UDPProxyClient::ServerWithPing> &inputKey, const UDP… in operator <() 15 bool operator>( const DataStructures::MLKeyRef<UDPProxyClient::ServerWithPing> &inputKey, const UDP… in operator >() 16 bool operator==( const DataStructures::MLKeyRef<UDPProxyClient::ServerWithPing> &inputKey, const UD… in operator ==()
|
H A D | UDPForwarder.cpp | 14 bool operator<( const DataStructures::MLKeyRef<UDPForwarder::SrcAndDest> &inputKey, const UDPForwar… in operator <() 19 bool operator>( const DataStructures::MLKeyRef<UDPForwarder::SrcAndDest> &inputKey, const UDPForwar… in operator >() 24 bool operator==( const DataStructures::MLKeyRef<UDPForwarder::SrcAndDest> &inputKey, const UDPForwa… in operator ==()
|
H A D | ReliabilityLayer.cpp | 248 bool operator<( const DataStructures::MLKeyRef<SplitPacketIndexType> &inputKey, const InternalPacke… in operator <() 252 bool operator>( const DataStructures::MLKeyRef<SplitPacketIndexType> &inputKey, const InternalPacke… in operator >() 256 bool operator==( const DataStructures::MLKeyRef<SplitPacketIndexType> &inputKey, const InternalPack… in operator ==() 261 bool operator<( const DataStructures::MLKeyRef<InternalPacket *> &inputKey, const InternalPacket *c… in operator <() 265 bool operator>( const DataStructures::MLKeyRef<InternalPacket *> &inputKey, const InternalPacket *c… in operator >() 269 bool operator==( const DataStructures::MLKeyRef<InternalPacket *> &inputKey, const InternalPacket *… in operator ==()
|