xmlSchemaValueGetAsBoolean 10070 third_party/libxml/src/elfgcchack.h #undef xmlSchemaValueGetAsBoolean
xmlSchemaValueGetAsBoolean 10071 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean __attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
xmlSchemaValueGetAsBoolean 10073 third_party/libxml/src/elfgcchack.h #ifndef xmlSchemaValueGetAsBoolean
xmlSchemaValueGetAsBoolean 10074 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean__internal_alias __attribute((visibility("hidden")));
xmlSchemaValueGetAsBoolean 10075 third_party/libxml/src/elfgcchack.h #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias
xmlSchemaValueGetAsBoolean  126 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaValueGetAsBoolean	(xmlSchemaValPtr val);
xmlSchemaValueGetAsBoolean 35777 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValueGetAsBoolean(val);
xmlSchemaValueGetAsBoolean 25028 third_party/libxml/src/xmlschemas.c 		    if (xmlSchemaValueGetAsBoolean(iattr->val)) {