Searched refs:NamedArg (Results 1 – 3 of 3) sorted by relevance
49 template <typename A> struct NamedArg { struct54 template <typename A> static NamedArg<A> Named(std::string kw, A &&x) { in Named()67 template <typename A> TestCall &Push(NamedArg<A> &&x) { in Push()
541 TEST(FormatterTest, NamedArg) { in TEST() argument1804 TEST(LiteralsTest, NamedArg) { in TEST() argument
2612 * Internal improvements to ``NamedArg`` and ``ArgLists``