Home
last modified time | relevance | path

Searched defs:traits (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp33 bitfield32_t traits; //!< File traits member
H A Dfile_table.cpp35 uint32_t traits = 0; in FileTable() local
/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h111 const struct sun4i_csi_traits *traits; member
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp88 typedef function_traits<Handler> traits; typedef in dbus::LambdaDbusMethod