Searched refs:PutDoubleValueToFormatMap (Results 1 – 1 of 1) sorted by relevance
65 bool PutDoubleValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, double value) in PutDoubleValueToFormatMap() function355 … ret = PutDoubleValueToFormatMap(formatTemp, iter->first, AnyCast<double>(iter->second)); in GetFormatMap()