HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 126 - 150 of 263) sorted by null

1 2 3 4 56 7 8 91011

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 313 NPConstructFunctionPtr construct; member in struct:NPClass
  /external/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator

Completed in 1602 milliseconds

1 2 3 4 56 7 8 91011