Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 17 of 17) 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/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.h237 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/flutter/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/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.h316 void SetName (const char *name) in SetName() function
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc236 bool CefXmlObject::SetName(const CefString& name) { in SetName() function in CefXmlObject
/third_party/benchmark/src/
Dbenchmark_register.cc455 void Benchmark::SetName(const char* 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/flutter/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/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/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp175225 void SetName(const nsSubstring& aName) { mName = aName; } in SetName() function