Home
last modified time | relevance | path

Searched refs:m_engineType (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggeritem.cpp172 m_engineType = UvscEngineType; in reinitializeFromFile()
184 m_engineType = LldbEngineType; in reinitializeFromFile()
197 m_engineType = NoEngineType; in reinitializeFromFile()
202 m_engineType = GdbEngineType; in reinitializeFromFile()
259 m_engineType = CdbEngineType; in reinitializeFromFile()
265 m_engineType = PdbEngineType; in reinitializeFromFile()
270 m_engineType = NoEngineType; in reinitializeFromFile()
275 switch (m_engineType) { in engineTypeName()
306 if (m_engineType == NoEngineType) in decoration()
317 if (m_engineType == NoEngineType) in validityMessage()
[all …]
H A Ddebuggeritem.h73 DebuggerEngineType engineType() const { return m_engineType; } in engineType()
116 DebuggerEngineType m_engineType = NoEngineType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/source/model/
H A DDomainInfo.cpp23 m_engineType(EngineType::NOT_SET), in DomainInfo()
30 m_engineType(EngineType::NOT_SET), in DomainInfo()
47 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("EngineType")); in operator =()
67 payload.WithString("EngineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DListDomainNamesRequest.cpp19 m_engineType(EngineType::NOT_SET), in ListDomainNamesRequest()
34 ss << EngineTypeMapper::GetNameForEngineType(m_engineType); in AddQueryStringParameters()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/source/model/
H A DDomainInfo.cpp23 m_engineType(EngineType::NOT_SET), in DomainInfo()
30 m_engineType(EngineType::NOT_SET), in DomainInfo()
47 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("EngineType")); in operator =()
67 payload.WithString("EngineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DListDomainNamesRequest.cpp19 m_engineType(EngineType::NOT_SET), in ListDomainNamesRequest()
34 ss << EngineTypeMapper::GetNameForEngineType(m_engineType); in AddQueryStringParameters()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/include/aws/opensearch/model/
H A DListDomainNamesRequest.h49 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
61 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
67 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
83 EngineType m_engineType;
H A DDomainInfo.h80 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
90 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
95 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
112 EngineType m_engineType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/model/
H A DListDomainNamesRequest.h49 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
61 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
67 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
83 EngineType m_engineType;
H A DDomainInfo.h80 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
90 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
95 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
112 EngineType m_engineType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/include/aws/mq/model/
H A DDescribeBrokerEngineTypesRequest.h44 inline const Aws::String& GetEngineType() const{ return m_engineType; } in GetEngineType()
54 …id SetEngineType(const Aws::String& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
59 …inline void SetEngineType(Aws::String&& value) { m_engineTypeHasBeenSet = true; m_engineType = std… in SetEngineType()
64 …inline void SetEngineType(const char* value) { m_engineTypeHasBeenSet = true; m_engineType.assign(… in SetEngineType()
157 Aws::String m_engineType;
H A DBrokerEngineType.h45 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
55 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
60 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
115 EngineType m_engineType;
H A DDescribeBrokerInstanceOptionsRequest.h44 inline const Aws::String& GetEngineType() const{ return m_engineType; } in GetEngineType()
54 …id SetEngineType(const Aws::String& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
59 …inline void SetEngineType(Aws::String&& value) { m_engineTypeHasBeenSet = true; m_engineType = std… in SetEngineType()
64 …inline void SetEngineType(const char* value) { m_engineTypeHasBeenSet = true; m_engineType.assign(… in SetEngineType()
239 Aws::String m_engineType;
H A DCreateConfigurationRequest.h84 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
96 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
102 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
309 EngineType m_engineType; variable
H A DBrokerInstanceOption.h89 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
99 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
104 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
280 EngineType m_engineType; variable
H A DBrokerSummary.h287 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
297 …oid SetEngineType(const EngineType& value) { m_engineTypeHasBeenSet = true; m_engineType = value; } in SetEngineType()
302 …inline void SetEngineType(EngineType&& value) { m_engineTypeHasBeenSet = true; m_engineType = std:… in SetEngineType()
375 EngineType m_engineType; variable
H A DDescribeConfigurationResult.h173 inline const EngineType& GetEngineType() const{ return m_engineType; } in GetEngineType()
179 inline void SetEngineType(const EngineType& value) { m_engineType = value; } in SetEngineType()
185 inline void SetEngineType(EngineType&& value) { m_engineType = std::move(value); } in SetEngineType()
439 EngineType m_engineType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/source/model/
H A DBrokerEngineType.cpp22 m_engineType(EngineType::NOT_SET), in BrokerEngineType()
29 m_engineType(EngineType::NOT_SET), in BrokerEngineType()
40 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
64 payload.WithString("engineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DBrokerSummary.cpp30 m_engineType(EngineType::NOT_SET), in BrokerSummary()
45 m_engineType(EngineType::NOT_SET), in BrokerSummary()
98 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
152 payload.WithString("engineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DConfiguration.cpp27 m_engineType(EngineType::NOT_SET), in Configuration()
43 m_engineType(EngineType::NOT_SET), in Configuration()
86 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
160 payload.WithString("engineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DBrokerInstanceOption.cpp23 m_engineType(EngineType::NOT_SET), in BrokerInstanceOption()
35 m_engineType(EngineType::NOT_SET), in BrokerInstanceOption()
60 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
119 payload.WithString("engineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in Jsonize()
H A DDescribeConfigurationResult.cpp21 m_engineType(EngineType::NOT_SET) in DescribeConfigurationResult()
27 m_engineType(EngineType::NOT_SET) in DescribeConfigurationResult()
61 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
H A DCreateConfigurationRequest.cpp18 m_engineType(EngineType::NOT_SET), in CreateConfigurationRequest()
37 payload.WithString("engineType", EngineTypeMapper::GetNameForEngineType(m_engineType)); in SerializePayload()
H A DDescribeBrokerResult.cpp24 m_engineType(EngineType::NOT_SET), in DescribeBrokerResult()
36 m_engineType(EngineType::NOT_SET), in DescribeBrokerResult()
118 m_engineType = EngineTypeMapper::GetEngineTypeForName(jsonValue.GetString("engineType")); in operator =()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/
H A Didebugserverprovider.cpp131 return m_engineType; in engineType()
136 if (m_engineType == engineType) in setEngineType()
138 m_engineType = engineType; in setEngineType()
152 && m_engineType == other.m_engineType in operator ==()
167 {engineTypeKeyC, m_engineType}, in toMap()
197 m_engineType = static_cast<DebuggerEngineType>( in fromMap()

12