Searched refs:abbreviatedName (Results 1 – 3 of 3) sorted by relevance
69 String abbreviatedName = getShortName(file); in onDirectory()70 …frame.otherLabel.setText("<html><p>Searching folder [" + abbreviatedName + "]<p>Found " + addFileC… in onDirectory()94 String abbreviatedName = getShortName(file); in onFileScan()96 frame.otherLabel.setText("<html><p>Scanning file [" + abbreviatedName + "]<p></html>"); in onFileScan()
121 return std::unique_ptr<Type>(new Type(std::move(name), componentType.abbreviatedName(), in MakeArrayType()161 const char* abbreviatedName() const { in abbreviatedName() function
336 String result = this->name() + splitter + this->returnType().abbreviatedName(); in mangledName()338 result += p->type().abbreviatedName(); in mangledName()