Home
last modified time | relevance | path

Searched defs:WithDouble (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/json/
H A DJsonSerializer.cpp228 JsonValue& JsonValue::WithDouble(const char* key, double value) in WithDouble() function in JsonValue
240 JsonValue& JsonValue::WithDouble(const Aws::String& key, double value) in WithDouble() function in JsonValue
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/
H A DDocument.cpp237 Document& Document::WithDouble(const char* key, double value) in WithDouble() function in Document
249 Document& Document::WithDouble(const Aws::String& key, double value) in WithDouble() function in Document
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/
H A DJsonObject.cpp169 JsonObject &JsonObject::WithDouble(const char *key, double value) in WithDouble() function in Aws::Crt::JsonObject
181 …JsonObject &JsonObject::WithDouble(const String &key, double value) { return WithDouble(key.c_str(… in WithDouble() function in Aws::Crt::JsonObject