Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 22 of 22) sorted by relevance

/third_party/gptfdisk/
Dgptpart.cc180 void GPTPart::SetName(const string & theName) { function in GPTPart
186 void GPTPart::SetName(const UnicodeString & theName) { function in GPTPart
201 void GPTPart::SetName(const string & theName) { function in GPTPart
Dgpttext.cc324 int GPTDataTextUI::SetName(uint32_t partNum) { in SetName() function in GPTDataTextUI
Dgpt.cc2076 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { in SetName() function in GPTData
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Derror_support.cc19 void ErrorSupport::SetName(const char* name) { in SetName() function in v8_crdtp::ErrorSupport
/third_party/vk-gl-cts/external/amber/src/src/
Dshader.h33 void SetName(const std::string& name) { name_ = name; } in SetName() function
Dsampler.h57 void SetName(const std::string& name) { name_ = name; } in SetName() function
Dbuffer.h101 void SetName(const std::string& name) { name_ = name; } in SetName() function
Dpipeline.h233 void SetName(const std::string& name) { name_ = name; } in SetName() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc168 void NameTable::NameEntryBuilder::SetName(const UChar* name) { in SetName() function in sfntly::NameTable::NameEntryBuilder
179 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName() function in sfntly::NameTable::NameEntryBuilder
186 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes, in SetName() function in sfntly::NameTable::NameEntryBuilder
/third_party/node/deps/v8/src/torque/
Dcpp-builder.h126 void SetName(std::string name) { name_ = std::move(name); } in SetName() function
/third_party/node/src/large_pages/
Dnode_large_page.cc320 static void SetName(void* mem, size_t size, const char* name) { in SetName() function in node::__anon6f9b33e40111::MemoryMapPointer
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.h316 void SetName (const char *name) in SetName() function
/third_party/lame/ACM/tinyxml/
Dtinyxml.h448 void SetName( const std::string& _name ) { name = _name; } ///< Set the name of this attribute. in SetName() function
/third_party/benchmark/src/
Dbenchmark_register.cc471 void Benchmark::SetName(const std::string& name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h835 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. in SetName() function
843 void SetName( const std::string& _name ) { name = _name; } in SetName() function
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h174 void SharedFunctionInfo::SetName(String name) { in SetName() function
Djs-function.cc1159 bool JSFunction::SetName(Handle<JSFunction> function, Handle<Name> name, in SetName() function in v8::internal::JSFunction
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.cc174 void WasmFunctionBuilder::SetName(base::Vector<const char> name) { in SetName() function in v8::internal::wasm::WasmFunctionBuilder
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3979 void PoolPimpl::SetName(LPCWSTR Name) in SetName() function in D3D12MA::PoolPimpl
4033 void Pool::SetName(LPCWSTR Name) in SetName() function in D3D12MA::Pool
5320 void Allocation::SetName(LPCWSTR Name) in SetName() function in D3D12MA::Allocation
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12389 void VmaPool_T::SetName(const char* pName) in SetName() function
/third_party/node/deps/v8/src/api/
Dapi.cc5270 void Function::SetName(v8::Local<v8::String> name) { in SetName() function in v8::Function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp175225 void SetName(const nsSubstring& aName) { mName = aName; } in SetName() function