Home
last modified time | relevance | path

Searched defs:SetId (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.h396 void SetId(int32_t op_id) { operator_id_ = op_id; } in SetId() function
/third_party/gn/src/gn/
Dxcode_object.cc328 void PBXObject::SetId(const std::string& id) { in SetId() function in PBXObject
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7001 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() function