Searched refs:enum_attribute (Results 1 – 2 of 2) sorted by relevance
909 char *enum_attribute) in find_enumeration() argument916 for (j = 0; j + 1 < strlen(enum_attribute); j++) { in find_enumeration()917 if (enum_attribute[j] == '.') { in find_enumeration()923 enum_name = enum_attribute + idx + 1; in find_enumeration()926 if (strncmp(i->name, enum_attribute, idx) == 0) in find_enumeration()931 enum_name = enum_attribute; in find_enumeration()
1358 def enum_attribute(): function1362 for action in (int_attribute, string_attribute, enum_attribute):