Searched defs:newValue (Results 1 – 11 of 11) sorted by relevance
85 MockReplacementHandle<T> replaceMock(T* location, U newValue) { in replaceMock()
40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
54 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
123 auto newValue = std::unique_ptr<VehiclePropValue>( in onGetUserIdentificationAssociation() local
136 auto newValue = mValuePool->obtain(*mSetUserIdentificationAssociationResponseFromCmd); in onGetUserIdentificationAssociation() local
443 VehiclePropValue newValue = value; in getSubscribedClients() local
1245 GLint TextureUnpackReset::unpackCheckAndUpdate(GLenum name, GLint newValue) { in unpackCheckAndUpdate()
784 ConfigDC newValue(format, mDispatch); in getInternalDC() local
10849 bool newValue = (value > 0)? true : false; in setRecordingHintValue() local
25 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange()