Home
last modified time | relevance | path

Searched refs:m_threadsPerCore (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DLaunchTemplateCpuOptions.cpp26 m_threadsPerCore(0), in LaunchTemplateCpuOptions()
34 m_threadsPerCore(0), in LaunchTemplateCpuOptions()
55m_threadsPerCore = StringUtils::ConvertToInt32(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXml… in operator =()
72 … oStream << location << index << locationValue << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
85 oStream << location << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
H A DCpuOptions.cpp26 m_threadsPerCore(0), in CpuOptions()
34 m_threadsPerCore(0), in CpuOptions()
55m_threadsPerCore = StringUtils::ConvertToInt32(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXml… in operator =()
72 … oStream << location << index << locationValue << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
85 oStream << location << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
H A DCpuOptionsRequest.cpp26 m_threadsPerCore(0), in CpuOptionsRequest()
34 m_threadsPerCore(0), in CpuOptionsRequest()
55m_threadsPerCore = StringUtils::ConvertToInt32(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXml… in operator =()
72 … oStream << location << index << locationValue << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
85 oStream << location << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
H A DLaunchTemplateCpuOptionsRequest.cpp26 m_threadsPerCore(0), in LaunchTemplateCpuOptionsRequest()
34 m_threadsPerCore(0), in LaunchTemplateCpuOptionsRequest()
55m_threadsPerCore = StringUtils::ConvertToInt32(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXml… in operator =()
72 … oStream << location << index << locationValue << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
85 oStream << location << ".ThreadsPerCore=" << m_threadsPerCore << "&"; in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snow-device-management/source/model/
H A DCpuOptions.cpp24 m_threadsPerCore(0), in CpuOptions()
32 m_threadsPerCore(0), in CpuOptions()
49 m_threadsPerCore = jsonValue.GetInteger("threadsPerCore"); in operator =()
69 payload.WithInteger("threadsPerCore", m_threadsPerCore); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snow-device-management/include/aws/snow-device-management/model/
H A DCpuOptions.h63 inline int GetThreadsPerCore() const{ return m_threadsPerCore; } in GetThreadsPerCore()
73 …inline void SetThreadsPerCore(int value) { m_threadsPerCoreHasBeenSet = true; m_threadsPerCore = v… in SetThreadsPerCore()
85 int m_threadsPerCore; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DCpuOptions.h64 inline int GetThreadsPerCore() const{ return m_threadsPerCore; } in GetThreadsPerCore()
74 …inline void SetThreadsPerCore(int value) { m_threadsPerCoreHasBeenSet = true; m_threadsPerCore = v… in SetThreadsPerCore()
86 int m_threadsPerCore; variable
H A DCpuOptionsRequest.h67 inline int GetThreadsPerCore() const{ return m_threadsPerCore; } in GetThreadsPerCore()
81 …inline void SetThreadsPerCore(int value) { m_threadsPerCoreHasBeenSet = true; m_threadsPerCore = v… in SetThreadsPerCore()
95 int m_threadsPerCore; variable
H A DLaunchTemplateCpuOptions.h64 inline int GetThreadsPerCore() const{ return m_threadsPerCore; } in GetThreadsPerCore()
74 …inline void SetThreadsPerCore(int value) { m_threadsPerCoreHasBeenSet = true; m_threadsPerCore = v… in SetThreadsPerCore()
86 int m_threadsPerCore; variable
H A DLaunchTemplateCpuOptionsRequest.h66 inline int GetThreadsPerCore() const{ return m_threadsPerCore; } in GetThreadsPerCore()
78 …inline void SetThreadsPerCore(int value) { m_threadsPerCoreHasBeenSet = true; m_threadsPerCore = v… in SetThreadsPerCore()
91 int m_threadsPerCore; variable