HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 676 - 700 of 764) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 671 * allocator efficiency.
718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
776 * @param a An allocator object.
799 * @param a An allocator.
812 * @param a An allocator.
825 * @param x A %deque of identical element and allocator types.
839 * @param x A %deque of identical element and allocator types.
850 * @param a An allocator object.
871 * @param a An allocator object.
902 * @param x A %deque of identical element and allocator types
    [all...]
stl_tree.h 64 #include <bits/allocator.h>
331 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_deque.h 671 * allocator efficiency.
718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
776 * @param a An allocator object.
799 * @param a An allocator.
812 * @param a An allocator.
825 * @param x A %deque of identical element and allocator types.
839 * @param x A %deque of identical element and allocator types.
850 * @param a An allocator object.
871 * @param a An allocator object.
902 * @param x A %deque of identical element and allocator types
    [all...]
stl_tree.h 64 #include <bits/allocator.h>
331 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
stl_tree.h 63 #include <bits/allocator.h>
321 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
stl_tree.h 63 #include <bits/allocator.h>
321 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 671 * allocator efficiency.
718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
776 * @param a An allocator object.
799 * @param a An allocator.
812 * @param a An allocator.
825 * @param x A %deque of identical element and allocator types.
839 * @param x A %deque of identical element and allocator types.
850 * @param a An allocator object.
871 * @param a An allocator object.
902 * @param x A %deque of identical element and allocator types
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 680 * allocator efficiency.
727 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
785 * @param __a An allocator object.
808 * @param __a An allocator.
821 * @param __a An allocator.
834 * @param __x A %deque of identical element and allocator types.
848 * @param __x A %deque of identical element and allocator types.
859 * @param __a An allocator object.
880 * @param __a An allocator object.
911 * @param __x A %deque of identical element and allocator types
    [all...]
  /external/stlport/stlport/stl/
_string.h     [all...]
  /external/v8/src/arm/
lithium-arm.h 32 #include "lithium-allocator.h"
262 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 32 #include "lithium-allocator.h"
258 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/mips/
lithium-mips.h 32 #include "lithium-allocator.h"
261 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/x64/
lithium-x64.h 32 #include "lithium-allocator.h"
263 // Interface to the register allocator and iterators.
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 63 #include <bits/allocator.h>
321 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 146 * @brief Construct an empty string using allocator @a a.
175 * @param __a Allocator to use (default is default allocator).
201 * @param __a Allocator to use.
215 * @param __a Allocator to use (default is default allocator).
227 * @param __a Allocator to use (default is default allocator).
237 * @param __a Allocator to use (default is default allocator)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 151 * @brief Construct an empty string using allocator @a a.
180 * @param __a Allocator to use (default is default allocator).
206 * @param __a Allocator to use.
220 * @param __a Allocator to use (default is default allocator).
232 * @param __a Allocator to use (default is default allocator).
242 * @param __a Allocator to use (default is default allocator)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 151 * @brief Construct an empty string using allocator @a a.
180 * @param __a Allocator to use (default is default allocator).
206 * @param __a Allocator to use.
220 * @param __a Allocator to use (default is default allocator).
232 * @param __a Allocator to use (default is default allocator).
242 * @param __a Allocator to use (default is default allocator)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 146 * @brief Construct an empty string using allocator @a a.
175 * @param __a Allocator to use (default is default allocator).
201 * @param __a Allocator to use.
215 * @param __a Allocator to use (default is default allocator).
227 * @param __a Allocator to use (default is default allocator).
237 * @param __a Allocator to use (default is default allocator)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]

Completed in 2253 milliseconds

<<21222324252627282930>>