Searched refs:this_function (Results 1 – 1 of 1) sorted by relevance
26 void* this_function = reinterpret_cast<void*>(&probe_readonly); in probe_readonly() local27 EXPECT_TRUE(probe_for_read(this_function)); in probe_readonly()28 EXPECT_FALSE(probe_for_write(this_function)); in probe_readonly()
Completed in 2 milliseconds