Lines Matching defs:SMR
44 SharedMemoryRegion SMR;
554 if (SMR.IsClient())
555 SMR.WriteByteArray(Data, Size);
866 if (SMR.IsServer()) {
867 SMR.WriteByteArray(Data, Size);
868 } else if (SMR.IsClient()) {
869 SMR.PostClient();
870 SMR.WaitServer();
871 size_t OtherSize = SMR.ReadByteArraySize();
872 uint8_t *OtherData = SMR.GetByteArray();