Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/xmlwrapp/
H A Dait_impl.cpp521 const ns * ns_to_match = nspace; in find_prop() local
545 ns_to_match = new ns(reinterpret_cast<const char *>(resolved_ns->prefix), in find_prop()
553 if (ns_util::attr_ns_match(prop, ns_to_match)) { in find_prop()
554 if (ns_to_match != nspace) in find_prop()
555 delete ns_to_match; in find_prop()
561 if (ns_to_match != nspace) in find_prop()
562 delete ns_to_match; in find_prop()