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/qemu/rust/qemu-api/src/
H A Derrno.rs104 mod traits { module
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp88 typedef function_traits<Handler> traits; typedef in dbus::LambdaDbusMethod