Searched refs:typeMapFunction (Results 1 – 1 of 1) sorted by relevance
294 static std::map<StorageType, void(*)(DataValue&)> typeMapFunction = { in GenerateValue() local303 if (typeMapFunction.find(fieldInfo.GetStorageType()) == typeMapFunction.end()) { in GenerateValue()306 typeMapFunction[fieldInfo.GetStorageType()](dataValue); in GenerateValue()