Lines Matching refs:get

60         if (memcpy_s(buffer.get(), capacity, other.GetBufferPtr(), other.GetCapacity()) != EOK) {
78 if (memset_s(buffer.get(), bufferCapacity, 0, bufferCapacity) != EOK) {
98 if (memcpy_s(buffer.get(), capacity, other.GetBufferPtr(), other.GetCapacity()) != EOK) {
140 SIGNATURE_TOOLS_LOGE("Failed to get Int64");
143 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(int64_t)) != EOK) {
157 return buffer.get();
173 SIGNATURE_TOOLS_LOGE("Failed to get Int32");
176 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(int32_t)) != EOK) {
186 SIGNATURE_TOOLS_LOGE("Failed to get UInt32");
189 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(uint32_t)) != EOK) {
219 SIGNATURE_TOOLS_LOGE("Failed to get UInt16");
222 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(uint16_t)) != EOK) {
242 SIGNATURE_TOOLS_LOGE("Failed to get Int16");
245 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(int16_t)) != EOK) {
265 SIGNATURE_TOOLS_LOGE("Failed to get UInt8");
268 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(uint8_t)) != EOK) {
288 SIGNATURE_TOOLS_LOGE("Failed to get Int8");
291 if (memcpy_s(&value, sizeof(value), (buffer.get() + position + index), sizeof(int8_t)) != EOK) {
301 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
312 if (memcpy_s((buffer.get() + offset), (limit - offset), &value, sizeof(value)) != EOK) {
321 if (memcpy_s((buffer.get() + offset), (limit - offset), &value, sizeof(value)) != EOK) {
330 if (memcpy_s((buffer.get() + offset), (limit - offset), (&value), sizeof(value)) != EOK) {
339 if (memcpy_s((buffer.get() + offset), (limit - offset), data, len) != EOK) {
348 if (memcpy_s((buffer.get() + offset), (limit - offset), data, len) != EOK) {
358 if (memcpy_s((buffer.get() + offsetAdd), (limit - offsetAdd), data, len) != EOK) {
368 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
379 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
390 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
401 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
412 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
423 if (memset_s(buffer.get() + position, capacity - position, 0, capacity - position) != EOK) {
432 if (memcpy_s(buffer.get() + position, limit - position, &value, sizeof(value)) != EOK) {
448 if (memcpy_s((buffer.get() + position), (limit - position), data, len) != EOK) {
459 if (memcpy_s((buffer.get() + position), (limit - position), data, len) != EOK) {
469 if (0 == memcpy_s(data, len, buffer.get() + position, len)) {
476 if (0 == memcpy_s(data, len, buffer.get() + position, len)) {
483 if (0 == memcpy_s(data, len, buffer.get() + offset, len)) {
522 if (memcpy_s(newBuffer.get(), newCapacity, buffer.get() + position, newCapacity) != RET_OK) {
595 if (buffer.get()[i] != otherBuffer[i]) {
597 i, buffer.get()[i], otherBuffer[i]);
611 if (buffer.get()[i] != other[i]) {
613 i, buffer.get()[i], other[i]);