Searched refs:ElementForType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp72 const char* Value::ElementForType() function in class:Value
91 printf("\t\t<%s>\n", ElementForType());
99 printf("\t\t</%s>\n", ElementForType());
H A DValue.h29 const char* ElementForType();
H A DStatement.cpp130 const char* Statement::ElementForType() { function in class:Statement
151 printf("<%s", ElementForType());
184 printf("</%s>\n\n", ElementForType());
H A DStatement.h33 const char* ElementForType();

Completed in 26 milliseconds