Searched refs:Array (Results 1 - 25 of 55) sorted by relevance

123

/haiku/headers/build/private/shared/
H A DArray.h1 #include <../private/shared/Array.h>
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPArray.h23 TYPE** Array();
24 TYPE** Array() const;
H A DGPCapabilities.cpp65 return (ArrayType)fPageSizes.Array();
67 return (ArrayType)fInputSlots.Array();
69 return (ArrayType)fResolutions.Array();
71 return (ArrayType)fPrintingModes.Array();
73 return (ArrayType)fDriverSpecificCategories.Array();
79 return (ArrayType)capabilities->Array();
H A DGPArray.cpp66 GPArray<TYPE>::Array() function in class:GPArray
74 GPArray<TYPE>::Array() const function in class:GPArray
/haiku/headers/private/shared/
H A DArray.h24 class Array { class in namespace:BPrivate
26 inline Array();
27 Array(const Array<Element>& other);
28 inline ~Array();
50 Array<Element>& operator=(const Array<Element>& other);
65 Array<Element>::Array() function in class:BPrivate::Array
75 Array<Elemen function in class:BPrivate::Array
[all...]
/haiku/src/kits/debugger/util/
H A DBitBuffer.h11 #include <Array.h>
33 Array<uint8> fBytes;
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h11 #include <Array.h>
58 Array<SourceLocation> fSourceLocations;
/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h9 #include <Array.h>
40 typedef Array<TargetAddressRange> RangeArray;
H A DArrayIndexPath.h9 #include <Array.h>
36 typedef Array<int64> IndexArray;
/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.h12 #include <Array.h>
81 Array<DebugInfoEntry*> fEntries;
82 Array<off_t> fEntryOffsets;
/haiku/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h40 inline static ArrayType Array() function in struct:TDoubleInitPolicy
H A DMessageFloatItemTest.h40 inline static ArrayType Array() function in struct:TFloatInitPolicy
H A DMessageInt16ItemTest.h40 inline static ArrayType Array() function in struct:TInt16InitPolicy
H A DMessageInt64ItemTest.h40 inline static ArrayType Array() function in struct:TInt64InitPolicy
H A DMessageInt8ItemTest.h40 inline static ArrayType Array() function in struct:TInt8InitPolicy
H A DMessageInt32ItemTest.h43 inline static ArrayType Array() function in struct:TInt32InitPolicy
H A DMessageBPointItemTest.h40 inline static ArrayType Array() function in struct:TPointInitPolicy
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapReader.h9 #include <Array.h>
H A DPackageFileHeapWriter.h9 #include <Array.h>
88 Array<uint64> fOffsets;
/haiku/headers/private/fs_shell/
H A DStack.h66 T *Array() function in class:FSShell::Stack
/haiku/src/apps/sudoku/
H A DStack.h63 T *Array() function in class:Stack
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h11 #include <Array.h>
59 Array<int32> fSelectedItems;
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h10 #include <Array.h>
107 Array<Register> fRegisters;
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h11 #include <Array.h>
105 Array<Register> fRegisters;
/haiku/headers/private/kernel/util/
H A DStack.h65 T *Array() function in class:Stack

Completed in 123 milliseconds

123