HomeSort by relevance Sort by last modified time
    Searched refs:_BPVector (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 335 typedef typename __detail::__mini_vector<_Block_pair> _BPVector;
336 typedef typename _BPVector::difference_type _Counter_type;
399 __detail::__mini_vector<typename std::pair<_Tp, _Tp> > _BPVector;
400 typedef typename _BPVector::size_type _Index_type;
403 _BPVector& _M_vbp;
412 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
731 typedef typename __detail::__mini_vector<_Block_pair> _BPVector;
732 typedef typename _BPVector::iterator _BPiter;
803 static _BPVector _S_mem_blocks;
806 static typename _BPVector::size_type _S_last_dealloc_index
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 335 typedef typename __detail::__mini_vector<_Block_pair> _BPVector;
336 typedef typename _BPVector::difference_type _Counter_type;
399 __detail::__mini_vector<typename std::pair<_Tp, _Tp> > _BPVector;
400 typedef typename _BPVector::size_type _Index_type;
403 _BPVector& _M_vbp;
412 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
731 typedef typename __detail::__mini_vector<_Block_pair> _BPVector;
732 typedef typename _BPVector::iterator _BPiter;
803 static _BPVector _S_mem_blocks;
806 static typename _BPVector::size_type _S_last_dealloc_index
    [all...]

Completed in 158 milliseconds