Lines Matching refs:dotted
129 * Converts a type descriptor to human-readable "dotted" form. For559 char* dotted = descriptorToDot(interfaceName);560 printf("<implements name=\"%s\">\n</implements>\n", dotted);561 free(dotted);