Home
last modified time | relevance | path

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

/third_party/mindspore/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/mindspore/mindspore/core/mindrt/include/actor/
Dmsg.h71 inline void SetType(Type eType) { type = eType; } in SetType() function
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_data.h242 void SetType(unsigned int type) { ConvertMsToDbgType(type); } in SetType() function
244 void SetType(std::string type_name) { ConvertStringToDbgType(type_name); } in SetType() function
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h61 void SetType(const std::string &type) { type_ = type; } in SetType() function
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h402 inline void UnknownField::SetType(Type type) { in SetType() function
Dmap_field.h252 void SetType(FieldDescriptor::CppType type) { 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