Searched refs:arg_types (Results 1 – 1 of 1) sorted by relevance
| /openbmc/boost-dbus/include/dbus/ |
| H A D | properties.hpp | 40 arg_types(bool in, std::tuple<Tp...>& t, std::vector<DbusArgument>& v, in arg_types() function 47 TupleIndex<sizeof...(Tp), void>::type arg_types( 66 arg_types<TupleIndex + 1, Tp...>(in, t, v, arg_names); 72 void arg_types(bool in, Element& t, std::vector<DbusArgument>& v, in arg_types() function 95 arg_types(true, t, args); in LambdaDbusMethod() 98 arg_types(false, o, args); in LambdaDbusMethod() 107 arg_types(true, t, args, &input_arg_names); in LambdaDbusMethod() 110 arg_types(false, o, args, &output_arg_names); in LambdaDbusMethod() 162 arg_types(true, tu, args, &names); in DbusTemplateSignal()
|