Searched refs:makeConst (Results 1 – 3 of 3) sorted by relevance
84 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function87 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function90 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
193 runTest(makeConst(v)); in runTestDispatch()206 runTest(makeConst(v)); in runTestDispatch()
154 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()