Searched refs:Unwrap (Results 1 – 4 of 4) sorted by relevance
70 TEST_F(HostFunctionWrapperTest, Unwrap) { in TEST_F() argument
71 TEST_F(HostFunctionWrapperTest, Unwrap) { in TEST_F() argument
67 TEST_F(HostFunctionWrapperTest, Unwrap) { in TEST_F() argument
224 static T Unwrap(opt_t&& opt) { return std::move(opt.value()); } in Unwrap() function