Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/examples/xml/
Dxml.proto12 // XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>'
/external/python/cpython2/Doc/library/
Dxml.dom.minidom.rst278 not. See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
Dpyexpat.rst916 not. See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
Dxml.etree.elementtree.rst1036 not. See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
/external/python/cpython3/Doc/library/
Dxml.dom.minidom.rst266 See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
Dpyexpat.rst874 not. See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
Dxml.etree.elementtree.rst1487 not. See https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
/external/clang/lib/CodeGen/
DCGObjC.cpp97 const ParmVarDecl *EncodingDecl = BoxingMethod->parameters()[1]; in EmitObjCBoxedExpr() local
98 QualType EncodingQT = EncodingDecl->getType().getUnqualifiedType(); in EmitObjCBoxedExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp103 const ParmVarDecl *EncodingDecl = BoxingMethod->parameters()[1]; in EmitObjCBoxedExpr() local
104 QualType EncodingQT = EncodingDecl->getType().getUnqualifiedType(); in EmitObjCBoxedExpr()