Searched refs:overrideValue (Results 1 – 2 of 2) sorted by relevance
140 static void overrideValue(Optional<T> &Dest, const Optional<T> &Src) { in overrideValue() function149 overrideValue(HeaderFilterRegex, Other.HeaderFilterRegex); in mergeWith()150 overrideValue(SystemHeaders, Other.SystemHeaders); in mergeWith()151 overrideValue(FormatStyle, Other.FormatStyle); in mergeWith()152 overrideValue(User, Other.User); in mergeWith()153 overrideValue(UseColor, Other.UseColor); in mergeWith()
2111 String overrideValue = allowedOverrideValuesTest.get(parent); in compareMapsAndFixNew() local2112 if (overrideValue != null) { in compareMapsAndFixNew()2113 newContent.put(parent, overrideValue); in compareMapsAndFixNew()2114 newValue = overrideValue; in compareMapsAndFixNew()