Home
last modified time | relevance | path

Searched refs:m_noHexPrefixHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dms/source/model/
H A DKinesisSettings.cpp39 m_noHexPrefixHasBeenSet(false) in KinesisSettings()
61 m_noHexPrefixHasBeenSet(false) in KinesisSettings()
135 m_noHexPrefixHasBeenSet = true; in operator =()
198 if(m_noHexPrefixHasBeenSet) in Jsonize()
H A DKafkaSettings.cpp49 m_noHexPrefixHasBeenSet(false) in KafkaSettings()
81 m_noHexPrefixHasBeenSet(false) in KafkaSettings()
211 m_noHexPrefixHasBeenSet = true; in operator =()
321 if(m_noHexPrefixHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dms/include/aws/dms/model/
H A DKinesisSettings.h405 inline bool NoHexPrefixHasBeenSet() const { return m_noHexPrefixHasBeenSet; } in NoHexPrefixHasBeenSet()
415 … inline void SetNoHexPrefix(bool value) { m_noHexPrefixHasBeenSet = true; m_noHexPrefix = value; } in SetNoHexPrefix()
457 bool m_noHexPrefixHasBeenSet; variable
H A DKafkaSettings.h834 inline bool NoHexPrefixHasBeenSet() const { return m_noHexPrefixHasBeenSet; } in NoHexPrefixHasBeenSet()
843 … inline void SetNoHexPrefix(bool value) { m_noHexPrefixHasBeenSet = true; m_noHexPrefix = value; } in SetNoHexPrefix()
908 bool m_noHexPrefixHasBeenSet; variable