Home
last modified time | relevance | path

Searched refs:m_consistentReadHasBeenSet (Results 1 – 16 of 16) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/source/model/
H A DBatchStatementRequest.cpp25 m_consistentReadHasBeenSet(false) in BatchStatementRequest()
33 m_consistentReadHasBeenSet(false) in BatchStatementRequest()
61 m_consistentReadHasBeenSet = true; in operator =()
88 if(m_consistentReadHasBeenSet) in Jsonize()
H A DKeysAndAttributes.cpp25 m_consistentReadHasBeenSet(false), in KeysAndAttributes()
35 m_consistentReadHasBeenSet(false), in KeysAndAttributes()
74 m_consistentReadHasBeenSet = true; in operator =()
128 if(m_consistentReadHasBeenSet) in Jsonize()
H A DExecuteStatementRequest.cpp19 m_consistentReadHasBeenSet(false), in ExecuteStatementRequest()
45 if(m_consistentReadHasBeenSet) in SerializePayload()
H A DGetItemRequest.cpp20 m_consistentReadHasBeenSet(false), in GetItemRequest()
60 if(m_consistentReadHasBeenSet) in SerializePayload()
H A DScanRequest.cpp38 m_consistentReadHasBeenSet(false) in ScanRequest()
158 if(m_consistentReadHasBeenSet) in SerializePayload()
H A DQueryRequest.cpp24 m_consistentReadHasBeenSet(false), in QueryRequest()
80 if(m_consistentReadHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sdb/include/aws/sdb/model/
H A DSelectRequest.h143 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
151 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
170 bool m_consistentReadHasBeenSet; variable
H A DGetAttributesRequest.h182 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
190 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
212 bool m_consistentReadHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/
H A DBatchStatementRequest.h140 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
145 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
161 bool m_consistentReadHasBeenSet; variable
H A DExecuteStatementRequest.h133 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
140 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
207 bool m_consistentReadHasBeenSet; variable
H A DKeysAndAttributes.h182 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
189 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
656 bool m_consistentReadHasBeenSet; variable
H A DGetItemRequest.h280 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
287 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
776 bool m_consistentReadHasBeenSet; variable
H A DScanRequest.h1728 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
1744 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
1810 bool m_consistentReadHasBeenSet; variable
H A DQueryRequest.h541 inline bool ConsistentReadHasBeenSet() const { return m_consistentReadHasBeenSet; } in ConsistentReadHasBeenSet()
551 …inline void SetConsistentRead(bool value) { m_consistentReadHasBeenSet = true; m_consistentRead = … in SetConsistentRead()
2237 bool m_consistentReadHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sdb/source/model/
H A DSelectRequest.cpp17 m_consistentReadHasBeenSet(false) in SelectRequest()
35 if(m_consistentReadHasBeenSet) in SerializePayload()
H A DGetAttributesRequest.cpp18 m_consistentReadHasBeenSet(false) in GetAttributesRequest()
47 if(m_consistentReadHasBeenSet) in SerializePayload()