Home
last modified time | relevance | path

Searched refs:m_resourceList (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_allocator.cpp31 if (!m_resourceList.empty()) in GetResourceTag()
33 for (auto& res : m_resourceList) in GetResourceTag()
45 if (!m_resourceList.empty()) in GetResourcePointer()
47 for (auto& res : m_resourceList) in GetResourcePointer()
142 m_resourceList[resourceTag] = batch; in AllocateBatchBuffer()
159 if (!m_resourceList.empty()) in ReleaseResource()
164 for (auto& res : m_resourceList) in ReleaseResource()
180 m_resourceList.erase(tag); in ReleaseResource()
254 m_resourceList{} in CodechalAllocator()
260 if (!m_resourceList.empty()) in ~CodechalAllocator()
[all …]
H A Dcodechal_allocator.h126 …std::map<uint64_t, void*> m_resourceList{}; //!< list of <tag, pointer>
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_allocator.cpp31 if (!m_resourceList.empty()) in GetResourceTag()
33 for (auto& res : m_resourceList) in GetResourceTag()
45 if (!m_resourceList.empty()) in GetResourcePointer()
47 for (auto& res : m_resourceList) in GetResourcePointer()
140 m_resourceList[resourceTag] = batch; in AllocateBatchBuffer()
157 if (!m_resourceList.empty()) in ReleaseResource()
162 for (auto& res : m_resourceList) in ReleaseResource()
178 m_resourceList.erase(tag); in ReleaseResource()
252 m_resourceList{} in CodechalAllocator()
258 if (!m_resourceList.empty()) in ~CodechalAllocator()
[all …]
H A Dcodechal_allocator.h126 …std::map<uint64_t, void*> m_resourceList{}; //!< list of <tag, pointer>
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-application-insights/include/aws/application-insights/model/
H A DDescribeComponentResult.h56 inline const Aws::Vector<Aws::String>& GetResourceList() const{ return m_resourceList; } in GetResourceList()
61 inline void SetResourceList(const Aws::Vector<Aws::String>& value) { m_resourceList = value; } in SetResourceList()
66 …inline void SetResourceList(Aws::Vector<Aws::String>&& value) { m_resourceList = std::move(value);… in SetResourceList()
81 …inline DescribeComponentResult& AddResourceList(const Aws::String& value) { m_resourceList.push_ba… in AddResourceList()
86 …inline DescribeComponentResult& AddResourceList(Aws::String&& value) { m_resourceList.push_back(st… in AddResourceList()
91 …inline DescribeComponentResult& AddResourceList(const char* value) { m_resourceList.push_back(valu… in AddResourceList()
97 Aws::Vector<Aws::String> m_resourceList; variable
H A DCreateComponentRequest.h123 inline const Aws::Vector<Aws::String>& GetResourceList() const{ return m_resourceList; } in GetResourceList()
133 …const Aws::Vector<Aws::String>& value) { m_resourceListHasBeenSet = true; m_resourceList = value; } in SetResourceList()
138 …Aws::Vector<Aws::String>&& value) { m_resourceListHasBeenSet = true; m_resourceList = std::move(va… in SetResourceList()
153 …rceList(const Aws::String& value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(valu… in AddResourceList()
158 …ResourceList(Aws::String&& value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(std:… in AddResourceList()
163 …ddResourceList(const char* value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(valu… in AddResourceList()
173 Aws::Vector<Aws::String> m_resourceList; variable
H A DUpdateComponentRequest.h164 inline const Aws::Vector<Aws::String>& GetResourceList() const{ return m_resourceList; } in GetResourceList()
174 …const Aws::Vector<Aws::String>& value) { m_resourceListHasBeenSet = true; m_resourceList = value; } in SetResourceList()
179 …Aws::Vector<Aws::String>&& value) { m_resourceListHasBeenSet = true; m_resourceList = std::move(va… in SetResourceList()
194 …rceList(const Aws::String& value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(valu… in AddResourceList()
199 …ResourceList(Aws::String&& value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(std:… in AddResourceList()
204 …ddResourceList(const char* value) { m_resourceListHasBeenSet = true; m_resourceList.push_back(valu… in AddResourceList()
217 Aws::Vector<Aws::String> m_resourceList; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-application-insights/source/model/
H A DCreateComponentRequest.cpp40 Array<JsonValue> resourceListJsonList(m_resourceList.size()); in SerializePayload()
43 resourceListJsonList[resourceListIndex].AsString(m_resourceList[resourceListIndex]); in SerializePayload()
H A DUpdateComponentRequest.cpp47 Array<JsonValue> resourceListJsonList(m_resourceList.size()); in SerializePayload()
50 resourceListJsonList[resourceListIndex].AsString(m_resourceList[resourceListIndex]); in SerializePayload()
H A DDescribeComponentResult.cpp42 m_resourceList.push_back(resourceListJsonList[resourceListIndex].AsString()); in operator =()
/dports/devel/kf5-kservice/kservice-5.89.0/src/sycoca/
H A Dkbuildmimetypefactory.cpp23 m_resourceList.emplace_back("xdgdata-mime", QStringLiteral("mime"), QStringLiteral("*.xml")); in KBuildMimeTypeFactory()
H A Dksycocafactory_p.h135 KSycocaResourceList m_resourceList; variable
H A Dkbuildservicetypefactory.cpp25m_resourceList.emplace_back("servicetypes", QStringLiteral("kservicetypes5"), QStringLiteral("*.de… in KBuildServiceTypeFactory()
H A Dksycocafactory.cpp218 return m_resourceList; in resourceList()
H A Dkbuildservicefactory.cpp42m_resourceList.emplace_back("services", QStringLiteral("kservices5"), QStringLiteral("*.desktop")); in KBuildServiceFactory()