Home
last modified time | relevance | path

Searched refs:m_tagCount (Results 1 – 8 of 8) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DGetObjectResult.cpp29 m_tagCount(0), in GetObjectResult()
64 m_tagCount(toMove.m_tagCount), in GetObjectResult()
108 m_tagCount = toMove.m_tagCount; in operator =()
128 m_tagCount(0), in GetObjectResult()
310 m_tagCount = StringUtils::ConvertToInt32(tagCountIter->second.c_str()); in operator =()
H A DWriteGetObjectResponseRequest.cpp63 m_tagCount(0), in WriteGetObjectResponseRequest()
303 ss << m_tagCount; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DGetObjectResult.cpp29 m_tagCount(0), in GetObjectResult()
64 m_tagCount(toMove.m_tagCount), in GetObjectResult()
108 m_tagCount = toMove.m_tagCount; in operator =()
128 m_tagCount(0), in GetObjectResult()
310 m_tagCount = StringUtils::ConvertToInt32(tagCountIter->second.c_str()); in operator =()
H A DWriteGetObjectResponseRequest.cpp63 m_tagCount(0), in WriteGetObjectResponseRequest()
303 ss << m_tagCount; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DGetObjectResult.h1027 inline int GetTagCount() const{ return m_tagCount; } in GetTagCount()
1032 inline void SetTagCount(int value) { m_tagCount = value; } in SetTagCount()
1224 int m_tagCount; variable
H A DWriteGetObjectResponseRequest.h1427 inline int GetTagCount() const{ return m_tagCount; } in GetTagCount()
1437 inline void SetTagCount(int value) { m_tagCountHasBeenSet = true; m_tagCount = value; } in SetTagCount()
1646 int m_tagCount; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DGetObjectResult.h1027 inline int GetTagCount() const{ return m_tagCount; } in GetTagCount()
1032 inline void SetTagCount(int value) { m_tagCount = value; } in SetTagCount()
1224 int m_tagCount; variable
H A DWriteGetObjectResponseRequest.h1427 inline int GetTagCount() const{ return m_tagCount; } in GetTagCount()
1437 inline void SetTagCount(int value) { m_tagCountHasBeenSet = true; m_tagCount = value; } in SetTagCount()
1646 int m_tagCount; variable