Home
last modified time | relevance | path

Searched refs:ArgN (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dparser.hpp28 template<class Arg1, class... ArgN, class>
30 parser(Arg1&& arg1, ArgN&&... argn) in parser()
33 std::forward<ArgN>(argn)...) in parser()
Dmessage.hpp23 template<class Arg1, class... ArgN, class>
25 header(Arg1&& arg1, ArgN&&... argn) in header()
27 std::forward<ArgN>(argn)...) in header()
106 template<class Arg1, class... ArgN, class>
108 header(Arg1&& arg1, ArgN&&... argn) in header()
110 std::forward<ArgN>(argn)...) in header()
/third_party/boost/boost/beast/http/impl/
Dparser.hpp28 template<class Arg1, class... ArgN, class>
30 parser(Arg1&& arg1, ArgN&&... argn) in parser()
33 std::forward<ArgN>(argn)...) in parser()
Dmessage.hpp23 template<class Arg1, class... ArgN, class>
25 header(Arg1&& arg1, ArgN&&... argn) in header()
27 std::forward<ArgN>(argn)...) in header()
106 template<class Arg1, class... ArgN, class>
108 header(Arg1&& arg1, ArgN&&... argn) in header()
110 std::forward<ArgN>(argn)...) in header()
/third_party/boost/libs/beast/include/boost/beast/http/
Dparser.hpp110 template<class Arg1, class... ArgN,
115 parser(Arg1&& arg1, ArgN&&... argn);
316 template<class Arg1, class... ArgN,
321 parser(Arg1&& arg1, std::true_type, ArgN&&... argn);
323 template<class Arg1, class... ArgN,
328 parser(Arg1&& arg1, std::false_type, ArgN&&... argn);
Dmessage.hpp219 template<class Arg1, class... ArgN,
229 header(Arg1&& arg1, ArgN&&... argn);
299 template<class Arg1, class... ArgN,
309 header(Arg1&& arg1, ArgN&&... argn);
/third_party/boost/boost/beast/http/
Dparser.hpp110 template<class Arg1, class... ArgN,
115 parser(Arg1&& arg1, ArgN&&... argn);
316 template<class Arg1, class... ArgN,
321 parser(Arg1&& arg1, std::true_type, ArgN&&... argn);
323 template<class Arg1, class... ArgN,
328 parser(Arg1&& arg1, std::false_type, ArgN&&... argn);
Dmessage.hpp219 template<class Arg1, class... ArgN,
229 header(Arg1&& arg1, ArgN&&... argn);
299 template<class Arg1, class... ArgN,
309 header(Arg1&& arg1, ArgN&&... argn);
/third_party/boost/boost/pool/
Dobject_pool.hpp156 template <class Arg1, ... class ArgN>
157 element_type * construct(Arg1&, ... ArgN&) in construct() argument
/third_party/boost/boost/beast/_experimental/test/
Dstream.hpp606 template<class Executor, class Arg1, class... ArgN>
608 connect(basic_stream<Executor>& to, Arg1&& arg1, ArgN&&... argn);
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dstream.hpp606 template<class Executor, class Arg1, class... ArgN>
608 connect(basic_stream<Executor>& to, Arg1&& arg1, ArgN&&... argn);
/third_party/boost/boost/beast/_experimental/test/impl/
Dstream.hpp456 template<class Executor, class Arg1, class... ArgN>
458 connect(stream& to, Arg1&& arg1, ArgN&&... argn) in connect()
462 std::forward<ArgN>(argn)...}; in connect()
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/impl/
Dstream.hpp456 template<class Executor, class Arg1, class... ArgN>
458 connect(stream& to, Arg1&& arg1, ArgN&&... argn) in connect()
462 std::forward<ArgN>(argn)...}; in connect()
/third_party/boost/libs/phoenix/doc/inside/
Dactor.qbk55 [`boost::result_of<Actor<Expr>(Arg0, Arg1, ..., ArgN)>::type`]
59 [`result_of::actor<Expr, Arg0, Arg1, ..., ArgN>::type`]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2360 unsigned int ArgN = 0; in ParseValueList() local
2368 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()
2370 errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN] in ParseValueList()
2375 ++ArgN; in ParseValueList()
2392 if (ArgN >= TArgs.size()) { in ParseValueList()
2397 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()
2400 ++ArgN; in ParseValueList()
/third_party/boost/libs/spirit/doc/qi/
Dquick_reference.qbk398 [[`Arg1`, `Arg2`, `ArgN`] [Inherited attributes. Zero or more arguments.]]
407 [[Signature] [`RT(Arg1, Arg2 ... ,ArgN)`. The signature specifies
/third_party/boost/libs/spirit/doc/karma/
Dquick_reference.qbk568 [[`Arg1`, `Arg2`, `ArgN`] [Inherited attributes. Zero or more arguments.]]
577 [[Signature] [`RT(Arg1, Arg2, ... ,ArgN)`. The signature specifies
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1209 SDValue ArgN = DAG.getCopyFromReg(DAG.getEntryNode(), DL, in LowerVASTART() local
1211 return DAG.getStore(Op.getOperand(0), DL, ArgN, Op.getOperand(1), in LowerVASTART()