Home
last modified time | relevance | path

Searched defs:SetState (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_merge_op.h53 void SetState(State newState) { st_ = newState; } in SetState() function
/third_party/grpc/src/core/lib/transport/
Dconnectivity_state.cc145 void ConnectivityStateTracker::SetState(grpc_connectivity_state state, in SetState() function in grpc_core::ConnectivityStateTracker
/third_party/grpc/test/cpp/interop/
Dpre_stop_hook_server.cc66 void SetState(State state) { in SetState() function in grpc::testing::PreStopHookServer
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2485 void SetState(__in PYBA_STATE state, __in HRESULT hrStatus) { in SetState() function in PythonBootstrapperApplication
/third_party/grpc/src/core/server/
Dserver.cc1823 void Server::CallData::SetState(CallState state) { in SetState() function in grpc_core::Server::CallData