Home
last modified time | relevance | path

Searched refs:DO_NOTHING_HASH (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrassv2/source/model/
H A DDeploymentFailureHandlingPolicy.cpp24 static const int DO_NOTHING_HASH = HashingUtils::HashString("DO_NOTHING"); variable
34 else if (hashCode == DO_NOTHING_HASH) in GetDeploymentFailureHandlingPolicyForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DOnFailure.cpp23 static const int DO_NOTHING_HASH = HashingUtils::HashString("DO_NOTHING"); variable
31 if (hashCode == DO_NOTHING_HASH) in GetOnFailureForName()