Searched refs:pushNamespace (Results 1 – 10 of 10) 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()
183 void pushNamespace(const TString& name);
341 parseContext.pushNamespace(*namespaceToken.string); in acceptDeclaration()2442 parseContext.pushNamespace(structName); in acceptStruct()2479 parseContext.pushNamespace(structName); in acceptStruct()
9460 void HlslParseContext::pushNamespace(const TString& typeName) in pushNamespace() function in glslang::HlslParseContext