Searched defs:isInserted (Results 1 – 2 of 2) sorted by relevance
266 bool AnalyzeEmplacement(bool isDefinition, bool isInserted, FileLocation *fileLocation) in AnalyzeEmplacement()304 bool isInserted = false; variable
105 bool isInserted = obj->valuesMap_.try_emplace(key, std::move(value)).second; in InsertKeyValuePairIn() local