Searched refs:annotation_id_map (Results 1 – 2 of 2) sorted by relevance
150 const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map = {}) in CreateValue() argument199 auto it = annotation_id_map.find(std::string(value));200 if (it == annotation_id_map.cend()) {216 …w value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map) in AddValue() argument226 auto res = CreateValue(type, value, annotation_id_map); in AddValue()
284 … const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map);