Searched refs:AssertType (Results 1 – 2 of 2) sorted by relevance
49 void AssertType(Arg&&) { in AssertType() function54 void AssertType(Arg&&, Args&&... args) { in AssertType() function56 AssertType<T>(std::forward<Args>(args)...); in AssertType()
71 AssertType<int>(std::forward<Args>(sent_fds)...); in SendFileDescriptors()