Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:DEBUG_PRINT

41 //#define DEBUG_PRINT(x) //
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
46 #define DEBUG_PRINT(x) //
187 DEBUG_PRINT("Element = " + name);
194 DEBUG_PRINT (std::string("CDATA ") + name);
195 DEBUG_PRINT (std::string("CDATA ") + str_name);
209 DEBUG_PRINT("nodeType=" + nodeType);
264 DEBUG_PRINT( "UNKNOWN node name: " + name );
270 DEBUG_PRINT (std::string("CDATA ") + name);
344 DEBUG_PRINT( "UNKNOWN node name: ");
345 DEBUG_PRINT( name.c_str() );
366 DEBUG_PRINT("Root rule = " + m_RootRule);
412 DEBUG_PRINT ( "---- Rule\n" );
465 DEBUG_PRINT ( "---- /Rule\n" );
558 DEBUG_PRINT ("---- Item:\n");
588 DEBUG_PRINT ( "---- /Item\n" );
602 DEBUG_PRINT ( "---- Ruleref\n" );
648 DEBUG_PRINT ( "---- /Ruleref\n" );
659 DEBUG_PRINT ( "----OneOf\n" );
667 DEBUG_PRINT ( "----/OneOf\n" );
675 DEBUG_PRINT ("---- Tag\n");
696 DEBUG_PRINT ("---- /Tag\n");
705 DEBUG_PRINT ("---- Count\n");
744 DEBUG_PRINT ("---- /Count\n");
961 DEBUG_PRINT("============ Rule: " + rule + "============");