HomeSort by: relevance | last modified time | path
    Searched defs:_Vector_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
hashtable.h 297 typedef std::vector<_Node*, _Nodeptr_Alloc> _Vector_type;
313 _Vector_type _M_buckets;
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
hashtable.h 297 typedef std::vector<_Node*, _Nodeptr_Alloc> _Vector_type;
313 _Vector_type _M_buckets;
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());

Completed in 27 milliseconds