Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Devent_rpcgen.py14 _STRUCT_RE = '[a-z][a-z_0-9]*' variable
1135 res = re.match(r'^struct\[(%s)\]$' % _STRUCT_RE,
1241 if not re.match(r'^struct %s {$' % _STRUCT_RE,