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