Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/example/
Dsynchronized_person.cpp31 void SetName(const std::string& newName) { in SetName() function in SafePerson
44 void SetName(const std::string& newName) { in SetName() function in Person
86 void SetName(const std::string& newName) { in SetName() function in SafeMemberPerson
108 void SetName(const std::string& newName) { in SetName() function in Person2
166 void SetName(const std::string& newName) { in SetName() function in HelperPerson
199 void SetName(const std::string& newName) { in SetName() function in Person3
/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/mindspore/mindspore/core/mindrt/include/actor/
Daid.h50 inline void SetName(const std::string &tmpName) { name = tmpName; } in SetName() function
Dmsg.h57 inline void SetName(const std::string &aName) { this->name = aName; } in SetName() function
/third_party/mindspore/mindspore/lite/src/cxx_api/tensor/
Dtensor_impl.h80 void SetName(const std::string &name) { in SetName() function
/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/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/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_register.cc439 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/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/mindspore/mindspore/ccsrc/debug/
Dtensor_data.h204 void SetName(const std::string &name) { this->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/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