HomeSort by relevance Sort by last modified time
    Searched defs:_S_select_on_copy (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/
alloc_traits.h 166 static _Alloc _S_select_on_copy(const _Alloc& __a)
224 static const _Alloc& _S_select_on_copy(const _Alloc& __a) { return __a; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 166 static _Alloc _S_select_on_copy(const _Alloc& __a)
224 static const _Alloc& _S_select_on_copy(const _Alloc& __a) { return __a; }

Completed in 127 milliseconds