Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3560 const std::string& element_name,
3767 const std::string& element_name, in OutputXmlAttribute() argument
3771 GetReservedOutputAttributesForElement(element_name); in OutputXmlAttribute()
3775 << "Attribute " << name << " is not allowed for element <" << element_name in OutputXmlAttribute()
3998 const std::string& element_name,
4004 const std::string& element_name,
4122 const std::string& element_name, in OutputJsonKey() argument
4128 GetReservedOutputAttributesForElement(element_name); in OutputJsonKey()
4132 << "Key \"" << name << "\" is not allowed for value \"" << element_name in OutputJsonKey()
4142 const std::string& element_name, in OutputJsonKey() argument
[all …]
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c1847 const XML_Char *element_name; member
1855 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, in verify_attlist_decl_handler() argument
1861 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler()