Home
last modified time | relevance | path

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

/external/protobuf/python/
Dstubout.py63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
68 if not inspect.isclass(obj):
/external/chromium-trace/trace-viewer/tracing/build/
Dbenchmarks.py42 if g != Bench and inspect.isclass(g) and
/external/chromium-trace/trace-viewer/third_party/webapp2/
Dwebapp2.py1295 if inspect.isclass(handler):
/external/pcre/dist/
Dpcre_compile.c996 int bracount, int options, BOOL isclass) in check_escape() argument
1109 if (isclass) break; in check_escape()
1204 if (!isclass) in check_escape()