FindAttribute
Attribute* oldAttribute = FindAttribute(attribute->Name());
Attribute* FindAttribute(const char* name) const;
Attribute* attribute = inode->FindAttribute(name);
Attribute* attribute = inode->FindAttribute(name);
Attribute* attribute = inode->FindAttribute((const char*)_cookie);
Attribute* attribute = inode->FindAttribute((const char*)_cookie);
Attribute* attribute = inode->FindAttribute((const char*)_cookie);
AttributeEntry * FindAttribute(const char *name,
AttributeEntry *existing = FindAttribute(name);
AttributeEntry *entry = FindAttribute(name);
AttributeEntry *entry = FindAttribute(name, &index);
if (FindAttribute(entry->Name()) != NULL)
PackageNodeAttribute* attribute = packageNode->FindAttribute(
PackageNodeAttribute* attribute = packageNode->FindAttribute(name);
PackageNodeAttribute* FindAttribute(const StringKey& name) const;
PackageNodeAttribute* attribute = FindAttribute(name);
status_t FindAttribute(const char *name, Attribute **attribute) const;
status_t error = node->FindAttribute(attribute, &attr);
node->FindAttribute(name, &attribute);
error = node->FindAttribute(name, &attribute);
error = node->FindAttribute(cookie->GetName(), &attribute);
error = node->FindAttribute(cookie->GetName(), &attribute);
error = node->FindAttribute(cookie->GetName(), &attribute);
error = node->FindAttribute(name, &attribute);