Home
last modified time | relevance | path

Searched refs:SetId (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-profiler.h301 void SetId(ProfilerId id) { profiler_id_ = id; } in SetId() function
/third_party/gn/src/gn/
Dxcode_object.h102 void SetId(const std::string& id);
Dxcode_writer.cc308 object->SetId(base::HexEncode(id, sizeof(id))); in Visit()
Dxcode_object.cc328 void PBXObject::SetId(const std::string& id) { in SetId() function in PBXObject
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc598 delegate_->SetId(id_); in CpuProfile()
/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
16802 (*pPool)->SetId(m_NextPoolId++); in CreatePool()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp149109 void SetId(const nsAString& aId);
170032 void SetId(const nsAString& aId) in SetId() function in mozilla::dom::Element
/third_party/chromium/patch/
D0001-cve.patch150462 + void SetId(ProfilerId id) { profiler_id_ = id; }
151483 + delegate_->SetId(id_);