Home
last modified time | relevance | path

Searched refs:Stacker (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/package/hpkg/
H A DStacker.h17 class Stacker {
19 Stacker(Type*& location, Type* element) in Stacker() function
27 Stacker(Type** location, Type* element) in Stacker() function
35 ~Stacker() in ~Stacker()
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1448 Stacker<Attribute> entryAttributeStacker(fTopAttribute, in _AddEntry()
1481 Stacker<Attribute> entryAttributeStacker(fTopAttribute, entryAttribute); in _AddEntry()
1540 Stacker<Attribute> attributeAttributeStacker(fTopAttribute, in _AddEntry()