Searched refs:assignment_action (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/lambda/detail/ |
D | operator_actions.hpp | 121 template<> struct is_protectable<other_action<assignment_action> > {
|
D | lambda_functors.hpp | 267 other_action<assignment_action>, 272 other_action<assignment_action>, in operator =()
|
D | actions.hpp | 26 class assignment_action {}; class
|
D | operator_lambda_func_base.hpp | 237 BOOST_LAMBDA_BINARY_ACTION(=,other_action< assignment_action>)
|
D | operator_return_type_traits.hpp | 707 struct return_type_2<other_action<assignment_action>, A, B> { 713 other_action<assignment_action>, plain_A, plain_B
|
/third_party/boost/libs/lambda/test/ |
D | extending_rt_traits.cpp | 296 struct plain_return_type_2<other_action<assignment_action>, Assign, Assign> {
|
/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | extending_rt_traits.cpp | 296 struct plain_return_type_2<other_action<assignment_action>, Assign, Assign> {
|