Lines Matching refs:tmpBufferPtr
58 void* tmpBufferPtr = nullptr;
60 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
62 ASSERT_EQ(bufferPtr, tmpBufferPtr);
77 void* tmpBufferPtr = nullptr;
79 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
81 ASSERT_EQ(bufferPtr, tmpBufferPtr);
98 void* tmpBufferPtr = nullptr;
100 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
118 void* tmpBufferPtr = nullptr;
120 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
137 void* tmpBufferPtr = nullptr;
139 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);