Home
last modified time | relevance | path

Searched refs:DeleteResponse (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.cc109 CtrlResponse<DeleteResponse> del_response(false); in NewWritableFile()
136 CtrlResponse<DeleteResponse> del_response(false); in NewAppendableFile()
212 CtrlResponse<DeleteResponse> del_response(false); in DeleteFile()
256 CtrlResponse<DeleteResponse> del_response(false); in DeleteDir()
Digfs_client.h66 Status Delete(CtrlResponse<DeleteResponse> *res, const string &path, in Delete()
Digfs_messages.h159 class DeleteResponse {
Digfs_messages.cc138 Status DeleteResponse::Read(ExtendedTCPClient *client) { in Read()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2388 type DeleteResponse struct { struct
2394 func (m *DeleteResponse) Reset() { *m = DeleteResponse{} } argument
2395 func (m *DeleteResponse) String() string { return proto.CompactTextString(m) } argument
2396 func (*DeleteResponse) ProtoMessage() {} argument
2398 func (m *DeleteResponse) GetCost() *Cost { argument
2405 func (m *DeleteResponse) GetVersion() []int64 { argument
Ddatastore_v3.proto455 message DeleteResponse { message
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Ddatastore.go388 res := &pb.DeleteResponse{}