Home
last modified time | relevance | path

Searched refs:returns_as_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/tools/sdbusplus/
H A Dmethod.py34 def returns_as_list(self, interface, full=False): member in Method
45 return "std::tuple<" + self.returns_as_list(interface) + ">"
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.typeid.hpp.mako15 message::types::type_id<${method.returns_as_list(interface)}>()\
H A Dmethod.client.hpp.mako25 ${method.returns_as_list(interface)}>(context(), "${method.name}"\
H A Dmethod.prototype.hpp.mako85 ${ method.returns_as_list(interface, full=True) }>());