Home
last modified time | relevance | path

Searched refs:enum_attribute (Results 1 – 2 of 2) sorted by relevance

/external/wayland/src/
Dscanner.c818 char *enum_attribute) in find_enumeration() argument
825 for (j = 0; j + 1 < strlen(enum_attribute); j++) { in find_enumeration()
826 if (enum_attribute[j] == '.') { in find_enumeration()
832 enum_name = enum_attribute + idx + 1; in find_enumeration()
835 if (strncmp(i->name, enum_attribute, idx) == 0) in find_enumeration()
840 enum_name = enum_attribute; in find_enumeration()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1353 def enum_attribute(): function
1357 for action in (int_attribute, string_attribute, enum_attribute):