Searched defs:newValue (Results 1 – 5 of 5) sorted by relevance
16 const char *newValue = nullptr; in PrependPathToEnvironmentVar() local
51 cecTogglePref.setOnPreferenceChangeListener((preference, newValue) -> { in onCreatePreferences() argument
1238 GLint TextureUnpackReset::unpackCheckAndUpdate(GLenum name, GLint newValue) { in unpackCheckAndUpdate()
784 ConfigDC newValue(format, mDispatch); in getInternalDC() local
24 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange()