Home
last modified time | relevance | path

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

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_connections.cpp2393 const ESteamNetworkingConnectionState eOldState = m_eConnectionState; in SetState() local
2419 switch ( eOldState ) in SetState()
2430 Assert( m_eConnectionWireState == eOldState ); in SetState()
2431 m_eConnectionWireState = eOldState; in SetState()
2444 Assert( eOldState == k_ESteamNetworkingConnectionState_Connected ); in SetState()
2485 …const ESteamNetworkingConnectionState eOldAPIState = CollapseConnectionStateToAPIState( eOldState in SetState()
2567 ConnectionStateChanged( eOldState ); in SetState()
2572 void CSteamNetworkConnectionBase::ConnectionStateChanged( ESteamNetworkingConnectionState eOldState in ConnectionStateChanged() argument
2577 m_pTransport->TransportConnectionStateChanged( eOldState ); in ConnectionStateChanged()
3384 ESteamNetworkingConnectionState eOldState = GetState(); in CheckConnectionStateAndSetNextThinkTime() local
[all …]
H A Dsteamnetworkingsockets_connections.h541 virtual void ConnectionStateChanged( ESteamNetworkingConnectionState eOldState );
620 …virtual void ConnectionPopulateDiagnostics( ESteamNetworkingConnectionState eOldState, CGameNetwor…
886 virtual void TransportConnectionStateChanged( ESteamNetworkingConnectionState eOldState );
954 virtual void ConnectionStateChanged( ESteamNetworkingConnectionState eOldState ) override;
H A Dsteamnetworkingsockets_p2p.h211 virtual void ConnectionStateChanged( ESteamNetworkingConnectionState eOldState ) override;
216 …virtual void ConnectionPopulateDiagnostics( ESteamNetworkingConnectionState eOldState, CGameNetwor…
H A Dsteamnetworkingsockets_p2p.cpp1093 void CSteamNetworkConnectionP2P::ConnectionStateChanged( ESteamNetworkingConnectionState eOldState ) in ConnectionStateChanged() argument
1122 …if ( eOldState == k_ESteamNetworkingConnectionState_Connecting || eOldState == k_ESteamNetworkingC… in ConnectionStateChanged()
1152 pTransportP2P->m_pSelfAsConnectionTransport->TransportConnectionStateChanged( eOldState ); in ConnectionStateChanged()
2063 …tionP2P::ConnectionPopulateDiagnostics( ESteamNetworkingConnectionState eOldState, CGameNetworking… in ConnectionPopulateDiagnostics() argument
2066 …CSteamNetworkConnectionBase::ConnectionPopulateDiagnostics( eOldState, msgConnectionState, usecNow… in ConnectionPopulateDiagnostics()
H A Dsteamnetworkingsockets_udp.h166 virtual void TransportConnectionStateChanged( ESteamNetworkingConnectionState eOldState ) override;
H A Dcsteamnetworkingsockets.h296 …virtual void PostConnectionStateUpdateForDiagnosticsUI( ESteamNetworkingConnectionState eOldState,…
H A Dsteamnetworkingsockets_udp.cpp1304 …onnectionTransportUDP::TransportConnectionStateChanged( ESteamNetworkingConnectionState eOldState ) in TransportConnectionStateChanged() argument
1306 CConnectionTransport::TransportConnectionStateChanged( eOldState ); in TransportConnectionStateChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx119 auto eOldState = m_aTriStates[&rToggle]; in IMPL_LINK() local
120 switch (eOldState) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx120 auto eOldState = m_aTriStates[&rToggle]; in IMPL_LINK() local
121 switch (eOldState) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dlangbox.cxx385 EditedAndValid eOldState = m_eEditedAndValid; in IMPL_LINK() local
443 if (eOldState != m_eEditedAndValid) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dlangbox.cxx369 EditedAndValid eOldState = m_eEditedAndValid; in IMPL_LINK() local
427 if (eOldState != m_eEditedAndValid) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/a11y/
H A Datklistener.cxx478 AtkStateType eOldState = mapState( aEvent.OldValue ); in notifyEvent() local
482 AtkStateType eRealState = bState ? eNewState : eOldState; in notifyEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/a11y/
H A Dgtk3atklistener.cxx478 AtkStateType eOldState = mapState( aEvent.OldValue ); in notifyEvent() local
482 AtkStateType eRealState = bState ? eNewState : eOldState; in notifyEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal.cxx128 const SfxItemState eOldState = rOldAttrs.GetItemState( nWhich, true, &pOldItem ); in HasAttrChanged() local
130 if ( eNewState == eOldState ) in HasAttrChanged()
134 if ( SfxItemState::SET == eOldState ) in HasAttrChanged()
H A Dpatattr.cxx931 SfxItemState eOldState = rOldSet.GetItemState( nSubWhich, true, &pOldItem ); in DeleteUnchanged() local
932 if ( eOldState == SfxItemState::SET ) in DeleteUnchanged()
941 else if ( eOldState != SfxItemState::DONTCARE ) in DeleteUnchanged()
H A Dattarray.cxx942 SfxItemState eOldState = rMergeSet.GetItemState( nId, false, &pOldItem ); in lcl_MergeDeep() local
944 if ( eOldState == SfxItemState::DEFAULT ) in lcl_MergeDeep()
953 else if ( eOldState == SfxItemState::SET ) // Item set in lcl_MergeDeep()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal.cxx130 const SfxItemState eOldState = rOldAttrs.GetItemState( nWhich, true, &pOldItem ); in HasAttrChanged() local
132 if ( eNewState == eOldState ) in HasAttrChanged()
136 if ( SfxItemState::SET == eOldState ) in HasAttrChanged()
H A Dpatattr.cxx931 SfxItemState eOldState = rOldSet.GetItemState( nSubWhich, true, &pOldItem ); in DeleteUnchanged() local
932 if ( eOldState == SfxItemState::SET ) in DeleteUnchanged()
941 else if ( eOldState != SfxItemState::DONTCARE ) in DeleteUnchanged()
H A Dattarray.cxx949 SfxItemState eOldState = rMergeSet.GetItemState( nId, false, &pOldItem ); in lcl_MergeDeep() local
951 if ( eOldState == SfxItemState::DEFAULT ) in lcl_MergeDeep()
960 else if ( eOldState == SfxItemState::SET ) // Item set in lcl_MergeDeep()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1460 SPIState eOldState = m_eSpatialIndexState; in GetFeature() local
1467 m_eSpatialIndexState = eOldState; in GetFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1774 SPIState eOldState = m_eSpatialIndexState; in GetFeature() local
1781 m_eSpatialIndexState = eOldState; in GetFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1774 SPIState eOldState = m_eSpatialIndexState; in GetFeature() local
1781 m_eSpatialIndexState = eOldState; in GetFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1774 SPIState eOldState = m_eSpatialIndexState; in GetFeature() local
1781 m_eSpatialIndexState = eOldState; in GetFeature()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dsnd_dma.cpp4298 static void S_SwitchDynamicTracks( MusicState_e eOldState, MusicState_e eNewState, qboolean bNewTra… in S_SwitchDynamicTracks() argument
4302 tMusic_Info[ eBGRNDTRACK_FADE ] = tMusic_Info[ eOldState ]; in S_SwitchDynamicTracks()
4310 tMusic_Info[ eOldState ].bActive = qfalse; in S_SwitchDynamicTracks()
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dsnd_dma.cpp4290 static void S_SwitchDynamicTracks( MusicState_e eOldState, MusicState_e eNewState, qboolean bNewTra… in S_SwitchDynamicTracks() argument
4294 tMusic_Info[ eBGRNDTRACK_FADE ] = tMusic_Info[ eOldState ]; in S_SwitchDynamicTracks()
4302 tMusic_Info[ eOldState ].bActive = qfalse; in S_SwitchDynamicTracks()