Home
last modified time | relevance | path

Searched refs:m_pathPrefix (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DListInstanceProfilesRequest.h52 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
82 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
97 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
112 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
275 Aws::String m_pathPrefix;
H A DListServerCertificatesRequest.h52 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
82 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
97 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
112 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
275 Aws::String m_pathPrefix;
H A DListGroupsRequest.h52 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
82 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
97 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
112 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
275 Aws::String m_pathPrefix;
H A DListRolesRequest.h52 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
82 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
97 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
112 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
275 Aws::String m_pathPrefix;
H A DListUsersRequest.h52 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
82 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
97 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
112 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
275 Aws::String m_pathPrefix;
H A DListAttachedGroupPoliciesRequest.h122 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
146 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
158 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
170 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
327 Aws::String m_pathPrefix; variable
H A DListAttachedUserPoliciesRequest.h122 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
146 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
158 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
170 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
327 Aws::String m_pathPrefix; variable
H A DListAttachedRolePoliciesRequest.h122 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
146 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
158 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
170 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
327 Aws::String m_pathPrefix; variable
H A DListPoliciesRequest.h149 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
173 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
185 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
197 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
418 Aws::String m_pathPrefix; variable
H A DListEntitiesForPolicyRequest.h179 inline const Aws::String& GetPathPrefix() const{ return m_pathPrefix; } in GetPathPrefix()
203 …id SetPathPrefix(const Aws::String& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = value; } in SetPathPrefix()
215 …inline void SetPathPrefix(Aws::String&& value) { m_pathPrefixHasBeenSet = true; m_pathPrefix = std… in SetPathPrefix()
227 …inline void SetPathPrefix(const char* value) { m_pathPrefixHasBeenSet = true; m_pathPrefix.assign(… in SetPathPrefix()
448 Aws::String m_pathPrefix; variable
/dports/devel/bullet/bullet3-3.21/examples/CommonInterfaces/
H A DCommonFileIOInterface.h7 const char* m_pathPrefix; member
11 m_pathPrefix(pathPrefix) in CommonFileIOInterface()
/dports/devel/py-bullet3/bullet3-3.21/examples/CommonInterfaces/
H A DCommonFileIOInterface.h7 const char* m_pathPrefix; member
11 m_pathPrefix(pathPrefix) in CommonFileIOInterface()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/source/model/
H A DListServerCertificatesRequest.cpp27 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListGroupsRequest.cpp27 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListInstanceProfilesRequest.cpp27 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListUsersRequest.cpp27 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListRolesRequest.cpp27 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListAttachedGroupPoliciesRequest.cpp33 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListAttachedRolePoliciesRequest.cpp33 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListAttachedUserPoliciesRequest.cpp33 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListEntitiesForPolicyRequest.cpp42 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
H A DListPoliciesRequest.cpp43 ss << "PathPrefix=" << StringUtils::URLEncode(m_pathPrefix.c_str()) << "&"; in SerializePayload()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXUrdfImporter.cpp53 char m_pathPrefix[1024]; in ATTRIBUTE_ALIGNED16() local
69 strncpy(m_pathPrefix, prefix.c_str(), sizeof(m_pathPrefix)); in ATTRIBUTE_ALIGNED16()
70 m_pathPrefix[sizeof(m_pathPrefix) - 1] = 0; // required, strncpy doesn't write zero on overflow in ATTRIBUTE_ALIGNED16()
78 m_pathPrefix[0] = 0; in ATTRIBUTE_ALIGNED16()
264 return m_data->m_pathPrefix; in getPathPrefix()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXUrdfImporter.cpp53 char m_pathPrefix[1024]; in ATTRIBUTE_ALIGNED16() local
69 strncpy(m_pathPrefix, prefix.c_str(), sizeof(m_pathPrefix)); in ATTRIBUTE_ALIGNED16()
70 m_pathPrefix[sizeof(m_pathPrefix) - 1] = 0; // required, strncpy doesn't write zero on overflow in ATTRIBUTE_ALIGNED16()
78 m_pathPrefix[0] = 0; in ATTRIBUTE_ALIGNED16()
264 return m_data->m_pathPrefix; in getPathPrefix()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DBulletUrdfImporter.cpp54 char m_pathPrefix[1024]; in ATTRIBUTE_ALIGNED16() local
70 strncpy(m_pathPrefix, prefix.c_str(), sizeof(m_pathPrefix)); in ATTRIBUTE_ALIGNED16()
71 m_pathPrefix[sizeof(m_pathPrefix) - 1] = 0; // required, strncpy doesn't write zero on overflow in ATTRIBUTE_ALIGNED16()
79 m_pathPrefix[0] = 0; in ATTRIBUTE_ALIGNED16()
298 return m_data->m_pathPrefix; in getPathPrefix()

12