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

123

/haiku/headers/build/private/shared/
H A DArray.h1 #include <../private/shared/Array.h>
/haiku/headers/libs/agg/
H A Dagg_array.h919 template<class Array, class Less>
920 void quick_sort(Array& arr, Less less)
924 typename Array::value_type* e1;
925 typename Array::value_type* e2;
1030 template<class Array, class Equal>
1031 unsigned remove_duplicates(Array& arr, Equal equal)
1038 typename Array::value_type& e = arr[i];
1048 template<class Array> void invert_container(Array& arr)
1059 template<class Array, clas
[all...]
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h11 #include <Array.h>
58 Array<SourceLocation> fSourceLocations;
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h9 #include <Array.h>
36 typedef Array<int64> IndexArray;
H A DTargetAddressRangeList.h9 #include <Array.h>
40 typedef Array<TargetAddressRange> RangeArray;
/haiku/headers/private/fs_shell/
H A DStack.h66 T *Array() function in class:FSShell::Stack
/haiku/headers/private/kernel/util/
H A DStack.h65 T *Array() function in class:Stack
/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/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...]
H A DRangeArray.h11 #include <Array.h>
82 Array<RangeType> fRanges;
/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 DGPCapabilityExtractor.cpp310 struct BaseCap** array = fCapabilities->fDriverSpecificCategories.Array();
323 array.Array()[fIndex] = capability;
341 array.Array()[0] = capability;
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h11 #include <Array.h>
59 Array<int32> fSelectedItems;
/haiku/src/apps/mail/
H A DContent.h298 text_run_array &Array() { return *fArray; } function in class:TextRunArray
/haiku/src/apps/sudoku/
H A DStack.h63 T *Array() function in class:Stack
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h10 #include <Array.h>
107 Array<Register> fRegisters;
/haiku/src/kits/debugger/util/
H A DBitBuffer.h11 #include <Array.h>
33 Array<uint8> fBytes;
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp156 REGISTER_BASIC_HANDLER(Array);
/haiku/src/tests/kits/app/bmessage/
H A DMessageBPointItemTest.h40 inline static ArrayType Array() function in struct:TPointInitPolicy
H A DMessageBRectItemTest.h40 inline static ArrayType Array() function in struct:TBRectInitPolicy
H A DMessageBStringItemTest.h114 inline static ArrayType Array() function in struct:TBStringInitPolicy
H A DMessageBoolItemTest.h85 inline static ArrayType Array() function in struct:TBoolInitPolicy
H A DMessageCStringItemTest.h43 inline static ArrayType Array() function in struct:TCStringInitPolicy

Completed in 127 milliseconds

123