MCPcopy Create free account
hub / github.com/apache/arrow / ASSERT_OK_AND_ASSIGN

Function ASSERT_OK_AND_ASSIGN

cpp/src/arrow/gpu/cuda_test.cc:245–245  ·  view source on GitHub ↗

wrap event with no-op destructor

Source from the content-addressed store, hash-verified

243 {
244 // wrap event with no-op destructor
245 ASSERT_OK_AND_ASSIGN(auto ev, mm_->WrapDeviceSyncEvent(&event, [](void*) {}));
246 ASSERT_TRUE(ev);
247 // verify it's the same event we passed in
248 ASSERT_EQ(ev->get_raw(), &event);

Callers 15

SetUpMethod · 0.70
TEST_FFunction · 0.70
AllocateMethod · 0.70
TestWithArrayFactoryMethod · 0.70
SetUpMethod · 0.50
ReadOneBatchJsonFunction · 0.50
SetUpMethod · 0.50
OpenFileMethod · 0.50
OpenFileDescriptorMethod · 0.50
TEST_FFunction · 0.50
OpenFileMethod · 0.50
MakePipeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected