Searched defs:RetT (Results 1 – 10 of 10) sorted by relevance
330 using RetT = decltype(ret); in test() typedef351 using RetT = decltype(ret); in test() typedef359 using RetT = decltype(std::bind_front(value, 1)); in test() typedef368 using RetT = decltype(std::bind_front(std::move(value), 1)); in test() typedef
333 using RetT = decltype(ret); in test() typedef354 using RetT = decltype(ret); in test() typedef362 using RetT = decltype(std::__bind_back(value, 1)); in test() typedef371 using RetT = decltype(std::__bind_back(std::move(value), 1)); in test() typedef
93 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef114 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef139 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef151 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
263 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef284 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef305 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef324 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
478 using RetT = typename std::tuple_element< in callAsync() local
1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local