Home
last modified time | relevance | path

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

/external/wayland/src/
Dscanner.c909 char *enum_attribute) in find_enumeration() argument
916 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()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1358 def enum_attribute(): function
1362 for action in (int_attribute, string_attribute, enum_attribute):