src/cpp/RiderLink/Source/RD/src/rd_framework_cpp/src/main/impl/RdSignal.h [65:75]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const RdId& id = RdId::read(buffer); withId(res, id); return res; } void write(SerializationCtx& /*ctx*/, Buffer& buffer) const override { rdid.write(buffer); } void init(Lifetime lifetime) const override - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/cpp/RiderLink/Source/RD/src/rd_framework_cpp/src/main/task/RdCall.h [49:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const RdId& id = RdId::read(buffer); withId(res, id); return res; } void write(SerializationCtx& /*ctx*/, Buffer& buffer) const override { rdid.write(buffer); } void init(Lifetime lifetime) const override - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -