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