Home
last modified time | relevance | path

Searched refs:is_enum (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl37 my $is_enum = 0;
56 if ($is_enum && $ln =~ m/^\s*([_\w][\w\d_]+)\s*[\,=]?/) {
64 $is_enum = 0 if ($is_enum && m/\}/);
67 $is_enum = 0 if ($is_enum && m/\}/);
103 $is_enum = $1;
/openbmc/linux/Documentation/sphinx/
H A Dparse-headers.pl37 my $is_enum = 0;
56 if ($is_enum && $ln =~ m/^\s*([_\w][\w\d_]+)\s*[\,=]?/) {
64 $is_enum = 0 if ($is_enum && m/\}/);
67 $is_enum = 0 if ($is_enum && m/\}/);
103 $is_enum = $1;
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.value.hpp.mako11 if property.is_enum():
H A Dinterface.server.hpp.mako147 % if p.is_enum():
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp110 std::is_enum<typename std::remove_reference<T>::type>::value ||
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py61 def is_enum(self): member in Property