Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/source/model/
H A DCacheSubnetGroup.cpp111 Aws::StringStream subnetsSs; in OutputToStream() local
112 subnetsSs << location << index << locationValue << ".Subnet." << subnetsIdx++; in OutputToStream()
113 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
143 Aws::StringStream subnetsSs; in OutputToStream() local
144 subnetsSs << location << ".Subnet." << subnetsIdx++; in OutputToStream()
145 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-neptune/source/model/
H A DDBSubnetGroup.cpp124 Aws::StringStream subnetsSs; in OutputToStream() local
125 subnetsSs << location << index << locationValue << ".Subnet." << subnetsIdx++; in OutputToStream()
126 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
160 Aws::StringStream subnetsSs; in OutputToStream() local
161 subnetsSs << location << ".Subnet." << subnetsIdx++; in OutputToStream()
162 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/source/model/
H A DDBSubnetGroup.cpp124 Aws::StringStream subnetsSs; in OutputToStream() local
125 subnetsSs << location << index << locationValue << ".Subnet." << subnetsIdx++; in OutputToStream()
126 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
160 Aws::StringStream subnetsSs; in OutputToStream() local
161 subnetsSs << location << ".Subnet." << subnetsIdx++; in OutputToStream()
162 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DTransitGatewayMulticastDomainAssociations.cpp131 Aws::StringStream subnetsSs; in OutputToStream() local
132 subnetsSs << location << index << locationValue << ".Subnets." << subnetsIdx++; in OutputToStream()
133 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
166 Aws::StringStream subnetsSs; in OutputToStream() local
167 subnetsSs << location << ".Subnets." << subnetsIdx++; in OutputToStream()
168 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-docdb/source/model/
H A DDBSubnetGroup.cpp124 Aws::StringStream subnetsSs; in OutputToStream() local
125 subnetsSs << location << index << locationValue << ".Subnet." << subnetsIdx++; in OutputToStream()
126 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
160 Aws::StringStream subnetsSs; in OutputToStream() local
161 subnetsSs << location << ".Subnet." << subnetsIdx++; in OutputToStream()
162 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DClusterSubnetGroup.cpp130 Aws::StringStream subnetsSs; in OutputToStream() local
131 subnetsSs << location << index << locationValue << ".Subnet." << subnetsIdx++; in OutputToStream()
132 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()
172 Aws::StringStream subnetsSs; in OutputToStream() local
173 subnetsSs << location << ".Subnet." << subnetsIdx++; in OutputToStream()
174 item.OutputToStream(oStream, subnetsSs.str().c_str()); in OutputToStream()