Searched refs:passing (Results 1 – 7 of 7) sorted by relevance
17 static int passing(T&& t) in passing() function59 EXPECT_EQ(CAT_LVALUE, passing(42)); in forward_test()60 EXPECT_EQ(CAT_LVALUE, passing(val)); in forward_test()61 EXPECT_EQ(CAT_LVALUE, passing(ref)); in forward_test()62 EXPECT_EQ(CAT_LVALUE, passing(cref)); in forward_test()63 EXPECT_EQ(CAT_LVALUE, passing(val + 1)); in forward_test()
46 // |AllocateSharedCollection()|, passing the buffer request and the token51 // |BindSharedCollection()|, passing their usages and the token.
24 Verbosity is controlled by passing `v=N` when invoking the test,
17 /// This structure is the primary means of passing PCI platform information from
34 // we defer it by passing a fbl::Function.
137 bool and passing, whereas fit::nullable eliminates this overhead by
287 // Calling this on a non-primary layer or passing an invalid transform
Completed in 9 milliseconds