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