Searched refs:makeRef (Results 1 – 3 of 3) sorted by relevance
4005 static ref T makeRef(T)(ref T num) in makeRef() function4010 auto t3 = task!makeRef(toInc);
4267 static ref T makeRef(T)(ref T num) in makeRef() function4272 auto t3 = task!makeRef(toInc);
2502 RefPtr<RefCountable> rc = makeRef(provide_uncounted());2504 consume(makeRef(provide_uncounted()).get()); // ok