Searched refs:vector (Results 1 - 25 of 264) sorted by path

1234567891011

/haiku/headers/cpp/
H A Dbvector.h31 #include <vector.h>
H A Dhashtable.h37 #include <vector.h>
H A Dstack.h30 #include <vector.h>
H A Dstl.h15 #include <vector>
H A Dstl_bvector.h244 // Bit-vector base class, which encapsulates the difference between
351 // partial specialization of vector<T, Alloc> if we have the necessary
357 #define __BVECTOR vector
367 template<class _Alloc> class vector<bool,_Alloc> class in inherits:_Bvector_base
804 typedef vector<bool, alloc> bit_vector;
H A Dstl_hashtable.h231 vector<_Node*,_Alloc> _M_buckets;
924 vector<_Node*, _All> __tmp(__n, (_Node*)(0),
H A Dstl_queue.h114 template <class _Tp, class _Sequence = vector<_Tp>,
H A Dstl_vector.h43 // The vector base class serves two purposes. First, its constructor
155 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
225 throw std::out_of_range("vector::at() out_of_range");
231 throw std::out_of_range("vector::at() out_of_range");
235 explicit vector(const allocator_type& __a = allocator_type()) function in class:vector
238 vector(size_type __n, const _Tp& __value, function in class:vector
243 explicit vector(size_type __n) function in class:vector
247 vector(const vector<_Tp, _Alloc>& __x) argument
254 vector(_InputIterato function in class:vector
274 vector(const _Tp* __first, const _Tp* __last, function in class:vector
493 operator ==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
501 operator <(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
519 operator =(const vector<_Tp, _Alloc>& __x) argument
[all...]
H A Dvector.h35 using __STD::vector;
/haiku/headers/libs/alm/
H A DALMGroup.h10 #include <vector>
35 const std::vector<ALMGroup>& Groups() const;
62 std::vector<ALMGroup> fGroups;
/haiku/headers/libs/print/libprint/
H A DPrintProcess.h9 #include <vector>
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h12 #include <vector>
194 std::vector<BNetworkInterfaceAddressSettings>
283 std::vector<BNetworkServiceAddressSettings>
/haiku/headers/os/arch/x86/
H A Darch_debugger.h58 uint32 vector; member in struct:x86_debug_cpu_state
/haiku/headers/os/drivers/
H A Dbios.h60 status_t (*interrupt)(bios_state* state, uint8 vector, bios_regs* regs);
/haiku/headers/os/mail/
H A DMailSettings.h12 #include <vector>
/haiku/headers/private/app/
H A DLooperList.h12 #include <vector>
55 typedef std::vector<BLooperList::LooperData>::iterator LooperDataIterator;
82 std::vector<LooperData> fData;
/haiku/headers/private/debugger/types/
H A DValueLocation.h9 #include <vector>
176 typedef std::vector<ValuePieceLocation> PieceVector;
/haiku/headers/private/kernel/arch/x86/32/
H A Diframe.h28 uint32 vector; member in struct:iframe
/haiku/headers/private/kernel/arch/x86/64/
H A Diframe.h28 uint64 vector; member in struct:iframe
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h11 #include <vector>
168 std::vector<std::string> &list = fObject->AcquireUpdateList();
169 for (std::vector<std::string>::iterator i = list.begin();
H A DThreadedTestCase.h9 #include <vector>
40 std::vector<std::string>& AcquireUpdateList();
53 std::vector<std::string> fUpdateList;
/haiku/headers/tools/cppunit/cppunit/
H A DCompilerOutputter.h6 #include <vector>
96 typedef std::vector<std::string> Lines;
H A DTestSuite.h12 #include <vector>
16 using std::vector;
23 template class CPPUNIT_API vector<Test *>; member in namespace:CppUnit
59 const vector<Test *> &getTests() const;
68 vector<Test *> m_tests;
/haiku/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h6 #include <vector>
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp188 CLuceneWriteDataBase::_RemoveDocuments(std::vector<entry_ref>& docs)

Completed in 129 milliseconds

1234567891011