Home | History | Annotate | Download | only in src

Lines Matching full:typestring

342 void ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring)
347 OSCL_UNUSED_ARG(typestring);
351 sprintf(outString, "%s = %s (CHOICE)", label, typestring);
362 void ShowPERSequence(uint16 tag, uint16 indent, const char* label, const char* typestring)
367 OSCL_UNUSED_ARG(typestring);
371 sprintf(outString, "%s = %s (SEQUENCE)", label, typestring);
382 void ShowPERSequenceof(uint16 tag, uint16 indent, const char* label, const char* typestring)
387 OSCL_UNUSED_ARG(typestring);
391 sprintf(outString, "%s = %s (SEQUENCE-OF)", label, typestring);
402 void ShowPERSetof(uint16 tag, uint16 indent, const char* label, const char* typestring)
407 OSCL_UNUSED_ARG(typestring);
411 sprintf(outString, "%s = %s (SET-OF)", label, typestring);