Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgrxmldoc.h74 bool findTagIndex( std::string s, int &i );
Dgrxmldoc.cpp686 findTagIndex( s, index ); in beginTag()
902 bool GRXMLDoc::findTagIndex( std::string s, int &i ) in findTagIndex() function in GRXMLDoc
927 if ( !findTagIndex( s, index ) ) in addTagToList()