Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_msg.h65 void SetType(MessageType requestType) { small_msg_.body.msg.type = requestType; } in SetType() function
/third_party/gptfdisk/
Dgptpart.h74 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
Dmbrpart.cc151 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType() function in MBRPart
Dgptpart.cc166 void GPTPart::SetType(PartType t) { function in GPTPart
/third_party/protobuf/src/google/protobuf/
Dmap_field.h252 void SetType(FieldDescriptor::CppType type) { in SetType() function
Dunknown_field_set.h402 inline void UnknownField::SetType(Type type) { in SetType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h249 void SetType(TypeId type) { ConvertMsToDbgType(type); } in SetType() function
251 void SetType(const std::string &type_name) { ConvertStringToDbgType(type_name); } in SetType() function
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/include/actor/
Dmsg.h72 inline void SetType(Type eType) { type = eType; } in SetType() function
/third_party/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs34 public void SetType(int numHashBytes) in SetType() method in SevenZip.Compression.LZ.BinTree
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Dmemory_profiling.h61 void SetType(const std::string &type) { type_ = type; } in SetType() function
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java34 public void SetType(int numHashBytes) in SetType() method in BinTree
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dkernel.cc358 void KernelTensor::SetType(const TypePtr &type) { in SetType() function in mindspore::kernel::KernelTensor
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1080 void SetType(ShiftType s) { shift_ = s; } in SetType() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp5232 void Allocation::PackedData::SetType(Type type) in SetType() function in D3D12MA::Allocation::PackedData