Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14ValidationData.h151 ParserError::ErrorType validate__URIFragmentType( ParserString value );
152 ParserError::ErrorType validate__URIFragmentType( const ParserChar* value, size_t length );
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14Private.cpp3891 …ParserError::ErrorType simpleTypeValidationResult = validate__URIFragmentType(attributeData->sourc… in _preBegin__input____InputLocal()
4006 …ParserError::ErrorType simpleTypeValidationResult = validate__URIFragmentType(attributeData->sourc… in _preBegin__channel()
6679 …ParserError::ErrorType simpleTypeValidationResult = validate__URIFragmentType(attributeData->sourc… in _preBegin__input____InputLocalOffset()
H A DCOLLADASaxFWLColladaParserAutoGen14PrivateValidation.cpp2767 ParserError::ErrorType validate__URIFragmentType( ParserString value ) in validate__URIFragmentType() function
2769 return validate__URIFragmentType( value.str, value.length ); in validate__URIFragmentType()
2773 ParserError::ErrorType validate__URIFragmentType( const ParserChar* value, size_t length ) in validate__URIFragmentType() function