Searched refs:parentToken (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/headers/os/package/hpkg/
H A DPackageContentHandler.h37 void* parentToken, void*& _token) = 0;
41 void* parentToken, void* token) = 0;
/haiku-fatelf/src/bin/package/
H A Dcommand_dump.cpp75 const BPackageAttributeValue& value, void* parentToken, void*& _token)
90 const BPackageAttributeValue& value, void* parentToken, void* token)
74 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument
89 HandleAttributeDone(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void* token) argument
H A Dcommand_extract.cpp295 Token* parentToken = (Token*)entry->Parent()->UserToken(); local
296 if (parentToken == NULL) {
301 parentFilterEntry = parentToken->filterEntry;
302 implicit = parentToken->implicit;
/haiku-fatelf/headers/private/package/hpkg/
H A DReaderImplBase.h152 const BPackageAttributeValue& value, void* parentToken,
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp184 const BPackageAttributeValue& value, void* parentToken, void*& _token)
189 Attribute* parentAttribute = parentToken != NULL
190 ? (Attribute*)parentToken : fRootAttribute;
239 const BPackageAttributeValue& value, void* parentToken, void* token)
183 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument
238 HandleAttributeDone(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void* token) argument
H A DReaderImplBase.cpp482 const BPackageAttributeValue& value, void* parentToken, void* token)
481 LowLevelAttributeHandler(uint8 id, const BPackageAttributeValue& value, void* parentToken, void* token) argument
/haiku-fatelf/src/servers/app/
H A DServerWindow.cpp508 int32 parentToken; local
523 link.Read<int32>(&parentToken);
576 if (App()->ViewTokens().GetToken(parentToken, B_HANDLER_TOKEN,

Completed in 183 milliseconds