Home
last modified time | relevance | path

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

/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dcros_tool_runner_container_service.pb.go395 type ShutdownResponse struct { struct
396 state protoimpl.MessageState
397 sizeCache protoimpl.SizeCache
398 unknownFields protoimpl.UnknownFields
401 func (x *ShutdownResponse) Reset() {
410 func (x *ShutdownResponse) String() string {
414 func (*ShutdownResponse) ProtoMessage() {}
416 func (x *ShutdownResponse) ProtoReflect() protoreflect.Message {
429 func (*ShutdownResponse) Descriptor() ([]byte, []int) {
/external/chromiumos-config/python/chromiumos/test/api/
Dcros_tool_runner_container_service_pb2.py1001 ShutdownResponse = _reflection.GeneratedProtocolMessageType('ShutdownResponse', (_message.Message,)… variable
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dprotocol.proto120 message ShutdownResponse {} message
/external/chromiumos-config/proto/chromiumos/test/api/
Dcros_tool_runner_container_service.proto122 message ShutdownResponse {} message
/external/gsc-utils/tpm_generated/
Dtpm_generated.h3296 typedef base::OnceCallback<void(TPM_RC response_code)> ShutdownResponse; typedef