Searched refs:_token (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/support/
H A DArchivingManagers.cpp101 BArchiveManager::GetTokenForArchivable(BArchivable* archivable, int32& _token) argument
104 _token = NULL_TOKEN;
113 _token = it->second.token;
120 bool deep, int32& _token)
123 _token = NULL_TOKEN;
142 _token = NULL_TOKEN;
144 _token = info.token;
119 ArchiveObject(BArchivable* archivable, bool deep, int32& _token) argument
H A DArchivingManagers.h105 int32& _token);
108 bool deep, int32& _token);
H A DArchivable.cpp429 bool deep, int32& _token)
431 return fManager->ArchiveObject(archivable, deep, _token);
428 GetTokenForArchivable(BArchivable* archivable, bool deep, int32& _token) argument
/haiku/headers/os/package/hpkg/
H A DPackageContentHandler.h37 void* parentToken, void*& _token) = 0;
/haiku/headers/os/package/hpkg/v1/
H A DPackageContentHandler.h42 void* parentToken, void*& _token) = 0;
/haiku/headers/os/support/
H A DArchivable.h61 int32& _token);
63 bool deep, int32& _token);
171 BArchiver::GetTokenForArchivable(BArchivable* archivable, int32& _token) argument
173 return GetTokenForArchivable(archivable, true, _token);
/haiku/src/bin/package/
H A Dcommand_dump.cpp75 const BPackageAttributeValue& value, void* parentToken, void*& _token)
74 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp180 const BPackageAttributeValue& value, void* parentToken, void*& _token)
230 _token = attribute;
179 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument

Completed in 103 milliseconds