Home
last modified time | relevance | path

Searched refs:Arg1Type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/phoenix/test/function/
Dlazy_make_pair_tests.cpp36 typedef typename boost::remove_reference<Arg1>::type Arg1Type; typedef in boost::phoenix::result_of::make_pair
38 typedef std::pair<Arg1Type,Arg2Type> type;
/third_party/boost/boost/phoenix/function/
Dlazy_operator.hpp126 typedef typename impl::remove_RC<Arg1>::type Arg1Type; typedef in boost::phoenix::result_of::make_pair
128 typedef std::pair<Arg1Type,Arg2Type> type;
129 typedef std::pair<Arg1Type,Arg2Type> result_type;
/third_party/python/Doc/library/
Dtyping.rst197 type hinted using ``Callable[[Arg1Type, Arg2Type], ReturnType]``.
219 ``Callable[Concatenate[Arg1Type, Arg2Type, ..., ParamSpecVariable], ReturnType]``
706 ``Callable[Concatenate[Arg1Type, Arg2Type, ..., ParamSpecVariable], ReturnType]``
726 ``Concatenate[Arg1Type, Arg2Type, ..., ParamSpecVariable]``. ``Concatenate``