Home
last modified time | relevance | path

Searched defs:isStringType (Results 1 – 2 of 2) sorted by relevance

/external/python/pyasn1/pyasn1/compat/
Doctets.py25 isStringType = lambda s: isinstance(s, (str, unicode)) function
44 isStringType = lambda s: isinstance(s, str) function
/external/llvm-project/clang/include/clang/AST/
DExpr.h4627 bool isStringType() const { in isStringType() function