Lines Matching refs:offset

42     uint32_t offset = UINT32_T_OFFSET;
44 *(reinterpret_cast<const ServiceCollaborationManagerHardwareType*>(data + offset));
45 offset += ENUM_OFFSET;
46 remoteHardwareListTemp.canShare = *(reinterpret_cast<const bool*>(data + offset));
47 offset += BOOL_OFFSET;
50 reqInfoSets.localHardwareListSize = *(reinterpret_cast<const uint32_t*>(data + offset));
51 offset += UINT32_T_OFFSET;
55 *(reinterpret_cast<const ServiceCollaborationManagerHardwareType*>(data + offset));
56 offset += ENUM_OFFSET;
57 localHardwareListTemp.canShare = *(reinterpret_cast<const bool*>(data + offset));
58 offset += BOOL_OFFSET;
62 communicationRequestTemp.minBandwidth = *(reinterpret_cast<const int32_t*>(data + offset));
63 offset += INT32_T_OFFSET;
64 communicationRequestTemp.maxLatency = *(reinterpret_cast<const int32_t*>(data + offset));
65 offset += INT32_T_OFFSET;
66 communicationRequestTemp.minLatency = *(reinterpret_cast<const int32_t*>(data + offset));
67 offset += INT32_T_OFFSET;
68 communicationRequestTemp.maxWaitTime = *(reinterpret_cast<const int32_t*>(data + offset));
69 offset += INT32_T_OFFSET;
70 communicationRequestTemp.dataType = reinterpret_cast<const char*>(data + offset);
71 offset += CHAR_PONTER_OFFSET;
74 const std::string peerNetworkId(reinterpret_cast<const char*>(data + offset), size - MIN_SIZE);
88 uint32_t offset = UINT32_T_OFFSET;
90 *(reinterpret_cast<const ServiceCollaborationManagerHardwareType*>(data + offset));
91 offset += ENUM_OFFSET;
92 remoteHardwareListTemp.canShare = *(reinterpret_cast<const bool*>(data + offset));
93 offset += BOOL_OFFSET;
96 reqInfoSets.localHardwareListSize = *(reinterpret_cast<const uint32_t*>(data + offset));
97 offset += UINT32_T_OFFSET;
101 *(reinterpret_cast<const ServiceCollaborationManagerHardwareType*>(data + offset));
102 offset += ENUM_OFFSET;
103 localHardwareListTemp.canShare = *(reinterpret_cast<const bool*>(data + offset));
104 offset += BOOL_OFFSET;
108 communicationRequestTemp.minBandwidth = *(reinterpret_cast<const int32_t*>(data + offset));
109 offset += INT32_T_OFFSET;
110 communicationRequestTemp.maxLatency = *(reinterpret_cast<const int32_t*>(data + offset));
111 offset += INT32_T_OFFSET;
112 communicationRequestTemp.minLatency = *(reinterpret_cast<const int32_t*>(data + offset));
113 offset += INT32_T_OFFSET;
114 communicationRequestTemp.maxWaitTime = *(reinterpret_cast<const int32_t*>(data + offset));
115 offset += INT32_T_OFFSET;
116 communicationRequestTemp.dataType = reinterpret_cast<const char*>(data + offset);