Searched refs:makerInfoTagValueMap (Results 1 – 6 of 6) sorted by relevance
924 if (exifInfo_.makerInfoTagValueMap.find(key) != exifInfo_.makerInfoTagValueMap.end()) { in GetMakerImagePropertyString()925 value = exifInfo_.makerInfoTagValueMap[key]; in GetMakerImagePropertyString()
486 makerInfoTagValueMap = exifMakerNote.makerTagValueMap; in ParseExifData()
119 std::map<std::string, std::string> makerInfoTagValueMap; variable
1882 if (exifInfo_.makerInfoTagValueMap.find(key) != exifInfo_.makerInfoTagValueMap.end()) { in HeapMemAlloc()1883 value = exifInfo_.makerInfoTagValueMap[key]; in HeapMemAlloc()
540 extDecoder->exifInfo_.makerInfoTagValueMap.insert(pair<std::string, std::string>
1193 jpegDecoder->exifInfo_.makerInfoTagValueMap.insert(std::make_pair(key, value));