Home
last modified time | relevance | path

Searched refs:m_isNullHasBeenSet (Results 1 – 6 of 6) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift-data/source/model/
H A DField.cpp29 m_isNullHasBeenSet(false), in Field()
43 m_isNullHasBeenSet(false), in Field()
77 m_isNullHasBeenSet = true; in operator =()
118 if(m_isNullHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/source/model/
H A DField.cpp30 m_isNullHasBeenSet(false), in Field()
45 m_isNullHasBeenSet(false), in Field()
86 m_isNullHasBeenSet = true; in operator =()
133 if(m_isNullHasBeenSet) in Jsonize()
H A DValue.cpp35 m_isNullHasBeenSet(false), in Value()
55 m_isNullHasBeenSet(false), in Value()
121 m_isNullHasBeenSet = true; in operator =()
192 if(m_isNullHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift-data/include/aws/redshift-data/model/
H A DField.h122 inline bool IsNullHasBeenSet() const { return m_isNullHasBeenSet; } in IsNullHasBeenSet()
127 inline void SetIsNull(bool value) { m_isNullHasBeenSet = true; m_isNull = value; } in SetIsNull()
208 bool m_isNullHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/include/aws/rds-data/model/
H A DField.h154 inline bool IsNullHasBeenSet() const { return m_isNullHasBeenSet; } in IsNullHasBeenSet()
159 inline void SetIsNull(bool value) { m_isNullHasBeenSet = true; m_isNull = value; } in SetIsNull()
243 bool m_isNullHasBeenSet; variable
H A DValue.h211 inline bool IsNullHasBeenSet() const { return m_isNullHasBeenSet; } in IsNullHasBeenSet()
216 inline void SetIsNull(bool value) { m_isNullHasBeenSet = true; m_isNull = value; } in SetIsNull()
337 bool m_isNullHasBeenSet; variable