Searched refs:pushNamespace (Results 1 – 7 of 7) sorted by relevance
557 protected boolean pushNamespace(String prefix, String uri) in pushNamespace() method in ToXMLStream561 if (m_prefixMap.pushNamespace( in pushNamespace()
225 public boolean pushNamespace(String prefix, String uri, int elemDepth) in pushNamespace() method in NamespaceMappings
359 pushed = m_prefixMap.pushNamespace(prefix, uri, pushDepth); in startPrefixMapping()
2349 pushed = m_prefixMap.pushNamespace(prefix, uri, pushDepth); in startPrefixMapping()
181 void pushNamespace(const TString& name);
338 parseContext.pushNamespace(*namespaceToken.string); in acceptDeclaration()2136 parseContext.pushNamespace(structName); in acceptStruct()2173 parseContext.pushNamespace(structName); in acceptStruct()
9151 void HlslParseContext::pushNamespace(const TString& typeName) in pushNamespace() function in glslang::HlslParseContext