Home
last modified time | relevance | path

Searched refs:overrideValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp140 static void overrideValue(Optional<T> &Dest, const Optional<T> &Src) { in overrideValue() function
149 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()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java2111 String overrideValue = allowedOverrideValuesTest.get(parent); in compareMapsAndFixNew() local
2112 if (overrideValue != null) { in compareMapsAndFixNew()
2113 newContent.put(parent, overrideValue); in compareMapsAndFixNew()
2114 newValue = overrideValue; in compareMapsAndFixNew()