Searched defs:__BVECTOR (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_bvector.h339 # define __BVECTOR bit_vector macro
347 # define __BVECTOR __BVECTOR_QUALIFIED macro
349 # define __BVECTOR vector macro
507 explicit __BVECTOR(const allocator_type& __a = allocator_type()) function in class:__BVECTOR_QUALIFIED
510 __BVECTOR(size_type __n, bool __val, function in class:__BVECTOR_QUALIFIED
517 explicit __BVECTOR(size_type __n) function in class:__BVECTOR_QUALIFIED
523 __BVECTOR(const _Self& __x) function in class:__BVECTOR_QUALIFIED
544 __BVECTOR(_InputIterator __first, _InputIterator __last) function in class:__BVECTOR_QUALIFIED
551 __BVECTOR(_InputIterator __first, _InputIterator __last, function in class:__BVECTOR_QUALIFIED
558 __BVECTOR(const_iterato function in class:__BVECTOR_QUALIFIED
565 __BVECTOR(const bool* __first, const bool* __last, function in class:__BVECTOR_QUALIFIED
575 __BVECTOR(__move_source<_Self> src) function in class:__BVECTOR_QUALIFIED
831 #undef __BVECTOR macro
[all...]

Completed in 36 milliseconds