Searched defs:newValue (Results 1 – 2 of 2) sorted by relevance
40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
123 auto newValue = std::unique_ptr<VehiclePropValue>( in onGetUserIdentificationAssociation() local