Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp253 if (iter_.get_arg_type() != element<Element>::code) { in unpack()
266 if (iter_.get_arg_type() != element<bool>::code) { in unpack()
278 if (iter_.get_arg_type() != element<string>::code) { in unpack()
290 if (iter_.get_arg_type() != element<object_path>::code) { in unpack()
302 if (iter_.get_arg_type() != element<signature>::code) { in unpack()
314 if (iter_.get_arg_type() != element<dbus_variant>::code) { in unpack()
320 char arg_type = sub.iter_.get_arg_type(); in unpack()
337 auto this_code = iter_.get_arg_type(); in unpack()
403 auto top_level_arg_type = iter_.get_arg_type(); in unpack()
411 while (sub.iter_.get_arg_type() != DBUS_TYPE_INVALID) { in unpack()
[all …]
/openbmc/boost-dbus/include/dbus/impl/
H A Dmessage_iterator.hpp37 char get_arg_type();
H A Dmessage_iterator.ipp66 inline char message_iterator::get_arg_type()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c404 static int get_arg_type(const char *arg) in get_arg_type() function
547 int arg_type = get_arg_type(args[i]); in parse_cull_args()
607 int arg_type = get_arg_type(args[i]+offset); in parse_sort_args()