Home
last modified time | relevance | path

Searched defs:namespace_separator (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h305 const char *namespace_separator = NULL; in pyexpat_ParserCreate() local
/external/python/cpython3/Modules/
Dpyexpat.c1107 newxmlparseobject(const char *encoding, const char *namespace_separator, PyObject *intern) in newxmlparseobject()
1516 const char *namespace_separator, PyObject *intern) in pyexpat_ParserCreate_impl()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc478 const char namespace_separator = '>'; in GenerateLowerCaseOpName() local
/external/python/cpython2/Modules/
Dpyexpat.c1281 newxmlparseobject(char *encoding, char *namespace_separator, PyObject *intern) in newxmlparseobject()
1744 char *namespace_separator = NULL; in pyexpat_ParserCreate() local
/external/llvm-project/lldb/source/Symbol/
DType.cpp688 size_t namespace_separator = basename.find("::"); in GetTypeScopeAndBasename() local