IsSupertypeOnly
bool IsSupertypeOnly() const;
bool IsSupertypeOnly() const;
if (mime.IsValid() && !mime.IsSupertypeOnly()) {
if (type.IsValid() && !type.IsSupertypeOnly()
if (!err && !mime.IsSupertypeOnly())
if (mime.IsSupertypeOnly()) {
if (!mimeType.IsSupertypeOnly()) {
if (!mime.IsSupertypeOnly()) {
if (fCurrentType.IsSupertypeOnly()) {
if (IsSupertypeOnly())
fIsSupertype = type.IsSupertypeOnly();
if (IsSupertypeOnly()) {
if (IsSupertypeOnly())
: BStringItem(type.Type(), !flat && !type.IsSupertypeOnly() ? 1 : 0, false),
if (item->IsSupertypeOnly())
if (!item->IsSupertypeOnly())
if (IsSupertypeOnly()) {
bool IsSupertypeOnly() const { return fIsSupertype; }
CHK(type.IsSupertypeOnly() == validSuper);