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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
rc_string_base.h 124 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
450 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 123 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 123 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 122 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
423 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
436 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 122 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
423 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
436 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 122 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
423 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
436 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 122 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
423 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
436 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 124 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
450 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 124 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
450 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 124 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
450 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 124 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
450 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 123 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 123 typedef typename _Alloc::template rebind<_Rep>::other _Rep_alloc_type;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));

Completed in 408 milliseconds